Retrieves the list of carrier accounts associated with the authenticated API token.
Rate limit: 60 requests per minute.
Security
ApiTokenAuth
GET
curl -i -X GET \
'https://api.shipsaving.com/api/carrier-account/list?api_token=YOUR_API_KEY_HERE'Successful response with list of carrier accounts
Response
[ { "name": "USPS-B", "token": "ca_bc28f2e7_aaaa_4bbb_accc_bf7d9f2c27xx", "carrier": "USPS" } ]