Skip to main content
Admin API endpoints are organized by resource type. All Admin API endpoints follow this pattern:
Replace {partner} with your workspace’s subdomain (slug) and {access_token} with a token from the authentication flow. Tokens are partner-bound: a token minted for one workspace only works on that workspace’s subdomain. Everything on the wire is snake_case, in both directions — request bodies and response keys alike (shipment_ref, country_of_origin, parcels[].items[]).

Response envelope

Success responses carry success: true and a human-readable message (empty for reads), with the payload spread alongside:
Errors mirror it — see Status and error codes. The one exception is POST /screen, whose result object is the body directly, with no envelope.

Request ids

Every API request is audited and answered with an X-Request-Id response header (a UUIDv7). Quote it to support, or look the request up in Settings → Developers later.

Resources

Classify, calculate, restrict, and screen are first-class resources on the same base URL — one token, one host, one contract.