Get shipment
GET/shipments/{id}
Get a specific shipment by ID.
Headers
AuthorizationRequired
Bearer authentication of the form Bearer <token>, where token is your auth token
Path parameters
idstringRequired
Shipment ID
Example Request
curl -X GET https://api.parsel.app/shipments/123e4567-e89b-12d3-a456-426614174000 -H "Authorization: Bearer <bearer_token>"