v1
latestOpenAPI 3.0.32026-07-131435187.6 KBGet all cached arrivals
Get all arrivals that have been updated within the past 60 days. You can filter for arrival notifications updated before and/or after a specific date and time, and optionally filter for arrival notifications with a specific EORI. For a multi-page query you can filter for a specific page and optionally the number of items per page. Movements older than 60 days and their related messages are archived and cannot be returned by the API. <br/><br/> Note: You can view a transit movement only if your Economic Operators Registration and Identification (EORI) number matches the EORI number that created the transit declaration for that movement. Your EORI number is part of the bearer token that you use for API authentication.
Query parameters
This is an optional query parameter that you can use to filter for arrivals updated after a specific date and time.
This is an optional query parameter that you can use to filter for arrivals that were submitted with a specified movement EORI.
This is an optional query parameter that allows a list of arrivals to be filtered by an MRN.
This is an optional query parameter that allows a list of arrivals to be filtered by an LRN.
This is an optional query parameter (default value is 1) that allows the selection of a specific page from a multi-page query. If used, you must enter a positive number.
This is an optional query parameter (default value is 25) that you can use to select the number of items per page in a multi-page query. If used, you must enter a positive number. The maximum value allowed is 500.
This is an optional query parameter that you can use to filter for arrivals updated before a specific date and time.
Headers
Specifies the response format and the version of the API to be used.
Response
A successful get all arrivals response
Example response
{
"_links": {
"self": {
"href": "/customs/transits/movements/arrivals"
}
},
"totalCount": 2,
"arrivals": [
{
"_links": {
"self": {
"href": "/customs/transits/movements/arrivals/63651574c3447b12"
},
"messages": {
"href": "/customs/transits/movements/arrivals/63651574c3447b12/messages"
}
},
"id": "63651574c3447b12",
"movementReferenceNumber": "27WF9X1FQ9RCKN0TM3",
"created": "2022-11-04T13:36:52.332Z",
"updated": "2022-11-04T13:36:52.332Z",
"enrollmentEORINumber": "9999912345",
"movementEORINumber": "GB1234567890"
},
{
"_links": {
"self": {
"href": "/customs/transits/movements/arrivals/6365135ba5e821ee"
},
"messages": {
"href": "/customs/transits/movements/arrivals/6365135ba5e821ee/messages"
}
},
"id": "6365135ba5e821ee",
"movementReferenceNumber": "27WF9X1FQ9RCKN0TM3",
"created": "2022-11-04T13:27:55.522Z",
"updated": "2022-11-04T13:27:55.522Z",
"enrollmentEORINumber": "9999912345",
"movementEORINumber": "GB1234567890"
}
]
}