Skip to main content
Skip table of contents

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:

CODE
Authorization: Bearer YOUR_ACCESS_TOKEN
Accept: application/json

Request body:

None (this request does not require a body).

Request Example (cURL):

CODE
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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.