Skip to main content
GET
Python

Authorizations

Authorization
string
header
default:ShippoToken
required

API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123

Headers

SHIPPO-API-VERSION
string
default:2018-02-08

Optional string used to pick a non-default API version to use. See our API version guide.

Example:

"2018-02-08"

Query Parameters

carrier
enum<string>
required

filter by specific carrier

Available options:
ups,
usps,
canada_post

Response

Carrier account registration status

carrier_account
string
Example:

"99dc410d295b4a168993cc38809cb123"

object_created
string<date-time>
object_owner
string
Example:

"tom@gmail.com"

object_updated
string<date-time>
status
string
Example:

"PENDING_TERMS"

Last modified on July 16, 2026