---
title: "List the companies that allow vehicle tracking"
method: GET
path: "/v1/freight_visibility/companies"
---

# List the companies that allow vehicle tracking

`GET /v1/freight_visibility/companies`

## Response `200`

200

- object
  - `data` object
    - `companies` object[]
      - `name` string
      - `company_id` string
      - `dot_ids` object[]
      - `street` string
      - `city` string
      - `state` string
      - `zip` string
  - `pagination` object
    - `per_page` integer
    - `page_no` integer
    - `total` integer

---

[API](https://skmtc.net/gomotive/apis/motive.md) · [All operations](https://skmtc.net/gomotive/apis/motive/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gomotive/motive/revisions/c71780e497f5/schema)
