Skip to end of banner
Go to start of banner

Get Data Holder Brands

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

CDS Reference

Get Data Holder Brands

Current Version

V2

Deprecated Versions

V1

Transport

MTLS

Authorisation

BEARER

Client

DATA RECIPIENT

Endpoint URL

https://secure.api.cdr.gov.au/cdr-register/v1/{industry}/data-holders/brands

Implementation Guidance

  • Before calling the Get Data Holder Brands API, the Data Recipient Software Product must retrieve an access token from the Register's Token Endpoint.

  • The access token must be added to the Authorization header of the Get Data Holder Brands request as a Bearer token:

GET https://secure.api.cdr.gov.au/cdr-register/v1/all/data-holders/brands
Authorization: Bearer {access_token}
  • The industry path parameter can be used to filter the list of data holder brands:

Path

Results

/cdr-register/v1/banking/data-holders/brands

Retrieve a list of data holder brands participating in the banking sector.

/cdr-register/v1/energy/data-holders/brands

Retrieve a list of data holder brands participating in the energy sector.

/cdr-register/v1/all/data-holders/brands

Retrieve a list of all data holder brands regardless of sector.

  • No labels