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"
}
]
}