# Get Carrier Account List

Retrieves the list of carrier accounts associated with the authenticated API token.</br>
**Rate limit:** 60 requests per minute.

Endpoint: GET /api/carrier-account/list
Version: v1
Security: ApiTokenAuth

## Response 200 fields (application/json):

  - `name` (string)
    The name of the carrier account
    Example: USPS-B

  - `token` (string)
    The unique token of the carrier account
    Example: ca_bc28f2e7_aaaa_4bbb_accc_bf7d9f2c27xx

  - `carrier` (string)
    The carrier type of the account (e.g., USPS, UPS, FedEx, DHL Express, etc.)
    Example: USPS

