Developer Portal
Breadcrumbs

Detail of Expedition

Get Expedition

Retrieve details of an expedition using its unique ID.

To obtain a specific ID, use the POST /api/expedition/list endpoint with the appropriate filters.


Request structure

Endpoint:

GET /api/expedition/{id}

URL (prod):

https://app.mailship.eu/api/expedition/{id}

Headers:

Authorization: Bearer YOUR_ACCESS_TOKEN
Accept: application/json

Request body:

None (this request does not require a body).

Request Example (cURL):

curl --location "https://app.mailship.eu/api/expedition/42cf3202-a3a1-4c4c-8695-a6807efeae29" \
--header "Accept: application/json" \
--header "Authorization: Bearer {{token}}"

Path parameter:

Parameter

Type

Required

Description

id

string

The unique expedition identifier. Example: 42cf3202-a3a1-4c4c-8695-a6807efeae29

 

Response

If successful, the API returns the expedition entity matching the specified ID in JSON format.

See more details in the API Doc.