Skip to main content
GET
Retrieve Shipment Details

Authorizations

Authorization
string
header
required

Used by every functional endpoint. Generate the token with POST /auth/oauth/token/ and send it as Authorization: Bearer {token}.

Query Parameters

shipment_uuid
string<uuid>

Perform.AI identifier of the Shipment. Provide either shipment_uuid or shipment_id.

shipment_id
string

Your identifier of the Shipment. Provide either shipment_uuid or shipment_id.

Maximum string length: 50

Response

The Shipment's full details.

api_response
string
data
object

The data object of Retrieve Shipment Details v5.0.