---
title: "Identify a company using its access token"
method: GET
path: "/v1/companies"
---

# Identify a company using its access token

`GET /v1/companies`

## Headers

- `Bearer Token` string

## Response `200`

200

- object
  - `companies` object[]
    - `company` object
      - `id` integer
      - `company_id` string
      - `name` string
      - `street` string
      - `city` string
      - `state` string
      - `zip` string
      - `dot_ids` object[]
      - `cycle` string
      - `time_zone` string
      - `exception_24_hour_restart` boolean
      - `exception_8_hour_break` boolean
      - `exception_wait_time` boolean
      - `exception_short_haul` boolean
      - `exception_ca_farm_school_bus` boolean
      - `exception_adverse_driving` boolean
      - `metric_units` boolean
      - `minute_logs` boolean
      - `subscription_plan` 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)
