---
title: "Get Register Data Recipients"
method: GET
path: "/{industry}/data-recipients"
tags: ["Data Recipients"]
---

# Get Register Data Recipients

`GET /{industry}/data-recipients`

## Path parameters

- `industry` 'BANKING', required

## Headers

- `x-v` string

## Response `200`

Success

- ResponseRegisterDataRecipientList — Response containing a list of Data Recipients in the CDR Register
  - `data` RegisterDataRecipient[], required — Response data for the query
    - `legalEntityId` string, required — Unique id of the Data Recipient Legal Entity
    - `legalEntityName` string, required — Legal name of the Data Recipient
    - `industry` 'BANKING', required
    - `logoUri` string, required — Legal Entity logo URI
    - `dataRecipientBrands` DataRecipientBrandMetaData[]
      - `dataRecipientBrandId` string, required — Unique id of the Data Recipient brand
      - `brandName` string, required — Data Recipient Brand name
      - `logoUri` string, required — Data Recipient Brand logo URI
      - `softwareProducts` SoftwareProductMetaData[]
        - `softwareProductId` string, required — Unique id of the Data Recipient software product
        - `softwareProductName` string, required — Name of the software product
        - `softwareProductDescription` string — Description of the software product
        - `logoUri` string, required — Software product logo URI
        - `status` 'ACTIVE' | 'INACTIVE' | 'REMOVED', required
      - `status` 'ACTIVE' | 'INACTIVE' | 'REMOVED', required
    - `status` 'ACTIVE' | 'SUSPENDED' | 'REVOKED' | 'SURRENDERED', required
    - `lastUpdated` string, date-time, required — The date/time that the Legal Entity was last updated in the Register

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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