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: |
|
|
URL (prod): |
|
|
Headers: |
|
|
Request body: |
None (this request does not require a body). |
|
Request Example (cURL): |
|
Path parameter:
|
Parameter |
Type |
Required |
Description |
|---|---|---|---|
|
|
string |
✅ |
The unique expedition identifier. Example: |
Response
If successful, the API returns the expedition entity matching the specified ID in JSON format.
See more details in the API Doc.