Base URL
https://{tenant}.logzi.com/api/intrastat/
Every request returns a JSON response. On success result.code == 1, on error result.code == 0. Intrastat records capture intra-EU imports and exports for statistical reporting to the KSH (Hungarian Central Statistical Office). Read-only — entries are generated automatically when documents are recorded.
/api/intrastat/get
Retrieve a single Intrastat record by identifier.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int | Intrastat record identifier |
Example request
GET /api/intrastat/get?id=25
X-API-KEY: {your_api_key}
/api/intrastat/list
Retrieve a paginated list of Intrastat records with filtering options.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
list_offset | int | Pagination offset (default: 0) | |
list_condition | object | Filter conditions object |
Example request
GET /api/intrastat/list?list_offset=0
X-API-KEY: {your_api_key}
Create your account now,
pay later!