---
title: "List connected LTL carriers"
method: GET
path: "/v-beta/ltl/carriers"
tags: ["ltl"]
---

# List connected LTL carriers

`GET /v-beta/ltl/carriers`

Retrieve a list of all connected LTL carrier accounts, including available accessorial services, container types, and service levels.

## Response `200`

The request was successful

- ListLtlCarriersResponse — Response containing list of connected LTL carriers
  - `carriers` LtlCarrierResponse[] — Array of connected LTL carrier accounts
    - `carrier_id` string, uuid — Unique identifier for the carrier
    - `name` string — Carrier name
    - `countries` string[] — Countries supported by this carrier
    - `features` string[] — Features supported by this carrier
    - `options` object[] — Available accessorial services
      - `code` string — Service code
      - `name` string — Service name
    - `packages` object[] — Available container types
      - `code` string — Package type code
      - `name` string — Package type name

## Other responses

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

---

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