List Shipments
Returns a paginated list of shipments for an account.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-27"
Query Parameters
The account to list shipments for. Defaults to the acting company.
Filter to shipments with this delivery status.
unknown, pre_transit, in_transit, out_for_delivery, delivered, available_for_pickup, return_to_sender, failure, cancelled, error Only shipments fulfilling these payments, each prefixed pay_. Repeat the parameter to pass several, up to 100 per request — one paginated list covers all of them.
Return shipments created before this ISO 8601 timestamp.
Return shipments created after this ISO 8601 timestamp.
The field to sort by.
created_at The sort direction.
asc, desc The number of shipments to return.
A cursor; returns shipments after this position.
The number of shipments to return from the end of the range.
A cursor; returns shipments before this position.

