Skip to main content
GET
/
v1
/
ltl
/
carriers
List Carriers
curl --request GET \
  --url https://api.nexusfeed.dev/v1/ltl/carriers
{
  "carriers": [
    {
      "code": "ODFL",
      "name": "<string>",
      "headquarters": "<string>",
      "coverage": "<string>"
    }
  ]
}

Response

200 - application/json

Successful Response

carriers
CarrierMeta · object[]
required