---
title: "List freight provider accounts"
method: GET
path: "/v1/freight/provider_accounts"
tags: ["freight"]
---

# List freight provider accounts

`GET /v1/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.

## Response `200`

The request was a success.

- ListFreightProviderAccountsResponseBody — The freight provider accounts connected to your account.
  - `freight_provider_accounts` FreightProviderAccount[] — The active freight provider accounts on the account. An empty array when no freight provider is connected.
    - `freight_provider_account_id` string — A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
    - `freight_provider_name` string — The code of the freight provider, such as `UNISHIPPERS` or `WWEX`. This is the same value returned as `freight_provider_name` on quotes, shipments, and tracking.
    - `nickname` string, nullable — The name given to the connection when it was set up, or `null` when it has none.

## Other responses

- `400` — The request contained errors.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

---

[API](https://skmtc.net/shipstation/apis/shipengine-api.md) · [All operations](https://skmtc.net/shipstation/apis/shipengine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipstation/shipengine-api/revisions/8d8a7cf79204/schema)
