AccessToken
access_tokenstringrequired
token_typestringrequired
expires_inintegerrequired
refresh_tokenstring
subscriberstring<UUID>
profilesstring<UUID>[]
numberstring
scopestring
This is defined in the CDR register documentation as specifying the scopes available to the client. CDR Register
cdr_arrangement_idstring
The CDR Arrangement ID is a string representing a unique sharing arrangement between a data recipient and data holder for a given consumer ACCC CDS
AccessToken
{
"access_token": "string",
"token_type": "string",
"expires_in": 0,
"refresh_token": "string",
"subscriber": "string",
"profiles": [
"string"
],
"id_token": "string",
"number": "string",
"scope": "string",
"cdr_arrangement_id": "string"
}