---
title: "Get Data Holder Brands from the CDR Register"
method: GET
path: "/{industry}/data-holders/brands"
tags: ["DataHolderBrands"]
---

# Get Data Holder Brands from the CDR Register

`GET /{industry}/data-holders/brands`

## Path parameters

- `industry` 'BANKING', required

## Query parameters

- `updated-since` string, date-time
- `page` integer
- `page-size` integer

## Headers

- `x-v` string

## Response `200`

Success

- ResponseRegisterDataHolderBrandList — Response containing a list of Register Data Holder Brand objects
  - `data` RegisterDataHolderBrand[], required — Response data for the query
    - `dataHolderBrandId` string, required
    - `brandName` string, required
    - `industry` 'BANKING', required
    - `legalEntity` LegalEntityDetail, required — The data that is common to all organisations, regardless of the type (e.g. company, trust, partnership, government)
      - `legalEntityId` string, required — Unique legal name of the organisation
      - `legalEntityName` string, required — Unique legal name of the organisation
      - `registrationNumber` string — Unique registration number (if the company is registered outside Australia)
      - `registrationDate` string, date — Date of registration (if the company is registered outside Australia)
      - `registeredCountry` string, required — Country of registeration (if the company is registered outside Australia)
      - `abn` string — Australian Business Number for the organisation
      - `acn` string — Australian Company Number for the organisation
      - `arbn` string — Australian Registered Body Number. ARBNs are issued to registrable Australian bodies and foreign companies
      - `industryCode` string — Industry Code for the organisation. [ANZSIC (2006)](http://www.abs.gov.au/anzsic)
      - `organisationType` 'SOLE_TRADER' | 'COMPANY' | 'PARTNERSHIP' | 'TRUST' | 'GOVERNMENT_ENTITY' | 'OTHER' — Legal organisation type
    - `status` 'ACTIVE' | 'INACTIVE' | 'REMOVED', required
    - `endpointDetail` RegisterDataHolderBrandServiceEndpoint, required — Endpoints related to Data Holder Brand services
      - `version` string, required — The major version of the high level standards. This is not the version of the endpoint or the payload being requested but the version of the overall standards being applied. This version number will be "v" followed by the major version of the standards as a positive integer (e.g. v1, v12 or v76)
      - `publicBaseUri` string, required — Base URI for the Data Holder's Consumer Data Standard public endpoints
      - `resourceBaseUri` string, required — Base URI for the Data Holder's Consumer Data Standard resource endpoints
      - `infosecBaseUri` string, required — Base URI for the Data Holder's Consumer Data Standard information security endpoints
      - `extensionBaseUri` string — Base URI for the Data Holder extension endpoints to the Consumer Data Standard (optional)
      - `websiteUri` string, required — Publicly available website or web resource URI
    - `authDetails` RegisterDataHolderAuth[], required
      - `registerUType` 'HYBRIDFLOW-JWKS', required — The type of authentication and authorisation in use
      - `jwksEndpoint` string, required — JWKS endpoint for private_key_jwt client auth with Data Recipient
    - `lastUpdated` string, date-time, required — The date/time that the Data Holder Brand data was last updated in the Register
  - `links` LinksPaginated, required
    - `first` string — URI to the first page of this set. Mandatory if this response is not the first page
    - `last` string — URI to the last page of this set. Mandatory if this response is not the last page
    - `next` string — URI to the next page of this set. Mandatory if this response is not the last page
    - `prev` string — URI to the previous page of this set. Mandatory if this response is not the first page
    - `self` string, required — Fully qualified link to this API call
  - `meta` MetaPaginated, required
    - `totalPages` integer, required — The total number of pages in the full set
    - `totalRecords` integer, required — The total number of records in the full set

## 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)
