---
title: "List all the active subscriptions"
method: GET
path: "/v1/freight_visibility/vehicle_subscriptions"
---

# List all the active subscriptions

`GET /v1/freight_visibility/vehicle_subscriptions`

## Query parameters

- `company_id` string
- `dot_id` string
- `vehicle_id` string
- `vehicle_name` string

## Response `200`

200

- object
  - `pagination` object
    - `per_page` integer
    - `page_no` integer
    - `total` integer
  - `data` object
    - `company_id` string
    - `dot_ids` string[]
    - `vehicle_subscriptions` object[]
      - `vehicle_id` string
      - `vehicle_name` string
      - `subscriptions` object[]
        - `tracking_subscription_id` integer
        - `start_time` string
        - `end_time` string

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

[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)
