---
title: "Fetch customer's consents"
method: GET
path: "/customers/{customerId}/consents"
---

# Fetch customer's consents

`GET /customers/{customerId}/consents`

Use `/customers/:customerId/consents` to fetch customer's consents. Display fetched consents to enable consents management. This endpoint shows actual status of customer's consents. It returns useful information like: status (accepted/declined), is it required, is it the actual version of consents, the label for it.

## Path parameters

- `customerId` string, required

## Response `200`

200

- object
  - `responseData` object
    - `consents` object[]
      - `customerId` string
      - `required` boolean
      - `name` string
      - `state` string
      - `version` string
      - `needsUpdate` boolean
      - `label` string
      - `value` string
      - `newestVersion` string
      - `date` integer
  - `errors` unknown[]
    - unknown

## Other responses

- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/cleeng/apis/mediastore-api.md) · [All operations](https://skmtc.net/cleeng/apis/mediastore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleeng/mediastore-api/versions/00cbfe7998a4/schema)
