---
title: "GetDataRecipientsStatus"
method: GET
path: "/{industry}/data-recipients/status"
tags: ["Data Recipients Status"]
---

# GetDataRecipientsStatus

`GET /{industry}/data-recipients/status`

Endpoint used by participants to discover the statuses for Data Recipients from the CDR Register

## Path parameters

- `industry` 'banking', required

## Headers

- `x-v` string

## Response `200`

Success

- DataRecipientsStatusList
  - `dataRecipients` DataRecipientStatus[], required
    - `dataRecipientId` string, required — Unique id of the Data Recipient issued by the CDR Register. Refer to [Identifiers](https://cdr-register.github.io/register/#identifiers) for details
    - `dataRecipientStatus` 'ACTIVE' | 'SUSPENDED' | 'REVOKED' | 'SURRENDERED', required — Data Recipient status in the CDR Register

## Other responses

- `400` — Bad Request</br>Invalid industry path parameter
- `406` — Invalid x-v header</br>Invalid Accept header

---

[API](https://skmtc.net/gov/apis/consumer-data-right-cdr-register-participant-discovery-apis.md) · [All operations](https://skmtc.net/gov/apis/consumer-data-right-cdr-register-participant-discovery-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gov/consumer-data-right-cdr-register-participant-discovery-apis/revisions/d9372f7f0091/schema)
