latestOpenAPI 3.0.0Proprietary2026-08-22131410675.6 KB

8d8a7cf79204

freight

List freight provider accounts

Return the freight provider accounts connected to your account. Every freight request identifies the account it goes through with a freight_provider_account_id, so start here to find the ID to quote, book, and track with.

Only active connections are returned. An account with no freight provider connected receives an empty array.

get/v1/freight/provider_accounts

Response

The request was a success.

Example response

{
  "freight_provider_accounts": [
    {
      "freight_provider_account_id": "se-28529731",
      "freight_provider_name": "UNISHIPPERS",
      "nickname": "Unishippers - Midwest"
    }
  ]
}