Skip to content

ShipSaving Legacy API (v1)

Overview
License
Languages
Servers
Production server
https://api.shipsaving.com

Label Management

Operations

Order Management

Operations

Address Verification

Operations

SCAN Form

Operations

Carrier Management

Operations

Get Carrier Account List

Request

Retrieves the list of carrier accounts associated with the authenticated API token.
Rate limit: 60 requests per minute.

Security
ApiTokenAuth
curl -i -X GET \
  'https://api.shipsaving.com/api/carrier-account/list?api_token=YOUR_API_KEY_HERE'

Responses

Successful response with list of carrier accounts

Bodyapplication/jsonArray [
namestring

The name of the carrier account

Example: "USPS-B"
tokenstring

The unique token of the carrier account

Example: "ca_bc28f2e7_aaaa_4bbb_accc_bf7d9f2c27xx"
carrierstring

The carrier type of the account (e.g., USPS, UPS, FedEx, DHL Express, etc.)

Example: "USPS"
]
Response
application/json
[ { "name": "USPS-B", "token": "ca_bc28f2e7_aaaa_4bbb_accc_bf7d9f2c27xx", "carrier": "USPS" } ]

Account Management

Operations