---
title: "Get All Subscriptions"
method: GET
path: "/subscriptions"
tags: ["subscriptions"]
---

# Get All Subscriptions

`GET /subscriptions`

## Response `200`

Successful Response

- Subscription[]
  - `id` string, nullable
  - `display_name` string, required
  - `user_id` string, required
  - `primary_key` string, required
  - `product_id` string, required
  - `state` string, required
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/vehicledatabases/apis/api-management-system.md) · [All operations](https://skmtc.net/vehicledatabases/apis/api-management-system/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vehicledatabases/api-management-system/revisions/cf56f4588d58/schema)
