---
title: "This endpoint provides a list of the customer subscription values"
method: GET
path: "/subscriptions"
tags: ["Utility"]
---

# This endpoint provides a list of the customer subscription values

`GET /subscriptions`

Retrieves the collection of Subscription resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `key` string
- `key[]` string[]

## Response `200`

Subscription collection

- Subscription[]
  - `key` string
  - `value` string
  - `id` string, uuid
  - `dateModified` string, date-time — This is an ISO datetime
  - `dateCreated` string, date-time — This is an ISO datetime
  - `new` boolean

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
