---
title: "List all the company dispatches"
method: GET
path: "/v1/dispatch_locations"
---

# List all the company dispatches

`GET /v1/dispatch_locations`

## Query parameters

- `ids[]` integer[]
- `vendor_ids` string[]
- `per_page` integer
- `page_no` integer

## Response `200`

200

- object
  - `dispatch_locations` object[]
    - `dispatch_location` object
      - `id` integer
      - `vendor_id` string
      - `lat` integer
      - `lon` integer
      - `name` string
      - `address1` string
      - `address2` string
      - `city` string
      - `state` string
      - `zip` string
      - `country` string
      - `arrive_radius` integer
      - `depart_radius` integer
      - `phone` 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)
