---
title: "Fetch publisher consents"
method: GET
path: "/publishers/{publisherId}/consents"
---

# Fetch publisher consents

`GET /publishers/{publisherId}/consents`

Use /publishers/:publisherId/consents to fetch publisher's consents. It returns the actual consensts version, label. Consents should be shown on the registration page to enable accept/decline it by customer. Customers shouldn't be redirected to the offer page if the required terms are not accepted.

## Path parameters

- `publisherId` string, required

## Response `200`

200

- object
  - `responseData` object
    - `consents` object[]
      - `broadcasterId` integer
      - `name` string
      - `version` string
      - `value` string
      - `label` string
      - `required` boolean
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — 400
- `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)
