Successful response with list of carrier accounts
ShipSaving Legacy API (v1)
- Production serverhttps://api.shipsaving.com/api/carrier-account/list
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.shipsaving.com/api/carrier-account/list?api_token=YOUR_API_KEY_HERE'Response
application/json
[ { "name": "USPS-B", "token": "ca_bc28f2e7_aaaa_4bbb_accc_bf7d9f2c27xx", "carrier": "USPS" } ]