curl https://api.goshippo.com/carrier_accounts?service_levels=true \
-H "Authorization: ShippoToken <API_TOKEN>"{
"next": "baseurl?page=3&results=10",
"previous": "baseurl?page=1&results=10",
"results": [
{
"account_id": "****",
"carrier": "usps",
"active": true,
"parameters": {},
"carrier_name": "USPS",
"is_shippo_account": false,
"metadata": "<string>",
"object_id": "6aa34d5f6865448fbb1ee93636e98999",
"object_owner": "bob+22@gmail.com",
"service_levels": [
{
"name": "Priority Mail Express",
"token": "usps_priority_express",
"supports_return_labels": true
}
],
"test": false,
"object_info": {
"authentication": {
"type": "default",
"status": "disconnected"
},
"verification": {
"policy": "required"
}
}
}
]
}curl https://api.goshippo.com/carrier_accounts?service_levels=true \
-H "Authorization: ShippoToken <API_TOKEN>"{
"next": "baseurl?page=3&results=10",
"previous": "baseurl?page=1&results=10",
"results": [
{
"account_id": "****",
"carrier": "usps",
"active": true,
"parameters": {},
"carrier_name": "USPS",
"is_shippo_account": false,
"metadata": "<string>",
"object_id": "6aa34d5f6865448fbb1ee93636e98999",
"object_owner": "bob+22@gmail.com",
"service_levels": [
{
"name": "Priority Mail Express",
"token": "usps_priority_express",
"supports_return_labels": true
}
],
"test": false,
"object_info": {
"authentication": {
"type": "default",
"status": "disconnected"
},
"verification": {
"policy": "required"
}
}
}
]
}API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Optional string used to pick a non-default API version to use. See our API version guide.
"2018-02-08"
Appends the property service_levels to each returned carrier account
Filter the response by the specified carrier
| Token | Carrier name |
|---|---|
| airterra | Airterra |
| apc_postal | APC Postal |
| apg | APG |
| aramex | Aramex |
| asendia_us | Asendia US |
| australia_post | Australia Post (also used for Startrack) |
| axlehire | Jitsu |
| better_trucks | BetterTrucks |
| borderguru | BorderGuru |
| boxberry | Boxberry |
| bring | Bring (also used for Posten Norge) |
| canada_post | Canada Post |
| chronopost | Chronopost |
| collect_plus | CollectPlus |
| correios_br | CorreiosBR |
| correos_espana | Correos España |
| colissimo | Colissimo |
| deutsche_post | Deutsche Post |
| dhl_benelux | DHL Benelux |
| dhl_ecommerce | DHL eCommerce |
| dhl_express | DHL Express |
| dhl_germany_c2c | DHL Germany C2C |
| dhl_germany | DHL Germany |
| dpd_de | DPD GERMANY |
| dpd_uk | DPD UK |
| estafeta | Estafeta |
| fastway_australia | Aramex |
| fedex | FedEx |
| globegistics | Globegistics (now Asendia) |
| gls_us | GLS US |
| gophr | Gophr |
| gso | GSO |
| hermes_germany_b2c | Hermes Germany B2C |
| hermes_uk | Evri UK |
| hongkong_post | Hongkong Post |
| lasership | LaserShip |
| lso | LSO |
| mondial_relay | Mondial Relay |
| new_zealand_post | New Zealand Post (also used for Pace and CourierPost) |
| nippon_express | Nippon Express |
| ontrac | OnTrac |
| parcelforce | Parcelforce |
| passport | Passport |
| pcf | PCF |
| poste_italiane | Poste Italiane |
| posti | Posti |
| purolator | Purolator |
| royal_mail | Royal Mail |
| royal_mail_sf | Royal Mail Storefeeder |
| rr_donnelley | ePost Global |
| russian_post | Russian Post |
| skypostal | SkyPostal |
| stuart | Stuart |
| swyft | Swyft |
| uds | UDS (United Delivery Service) |
| ups | UPS |
| usps | USPS |
| veho | Veho |
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 Filter the response by the specified carrier account Id
The page number you want to select
The number of results to return per page (max 100, default 5)
x <= 100Was this page helpful?