Skip to main content
GET
cURL

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

service_levels
boolean

Appends the property service_levels to each returned carrier account

carrier
enum<string>

Filter the response by the specified carrier

Available options:
airterra,
apc_postal,
apg,
aramex,
asendia_us,
australia_post,
axlehire,
better_trucks,
borderguru,
boxberry,
bring,
canada_post,
chronopost,
collect_plus,
correios_br,
correos_espana,
colissimo,
deutsche_post,
dhl_benelux,
dhl_ecommerce,
dhl_express,
dhl_germany_c2c,
dhl_germany,
dpd_de,
dpd_uk,
estafeta,
fastway_australia,
fedex,
globegistics,
gls_us,
gophr,
gso,
hermes_germany_b2c,
hermes_uk,
hongkong_post,
lasership,
lso,
mondial_relay,
new_zealand_post,
nippon_express,
ontrac,
parcelforce,
passport,
pcf,
poste_italiane,
posti,
purolator,
royal_mail,
royal_mail_sf,
rr_donnelley,
russian_post,
skypostal,
stuart,
swyft,
uds,
ups,
usps,
veho
account_id
string

Filter the response by the specified carrier account Id

page
integer<int64>
default:1

The page number you want to select

results
integer<int64>
default:5

The number of results to return per page (max 100, default 5)

Required range: x <= 100

Response

Paginated list of carrier accounts

next
string
Example:

"baseurl?page=3&results=10"

previous
string
Example:

"baseurl?page=1&results=10"

results
Carrier Account · object[]
Last modified on July 16, 2026