Skip to main content

AccessToken

access_tokenstringrequired
token_typestringrequired
expires_inintegerrequired
refresh_tokenstring
subscriberuuid
profilesuuid[]
id_tokenstring

OIDC ID token when provided by the relevant authentication flow.

numberstring
scopestring

Space-delimited scopes granted to the token.

cdr_arrangement_idstring

Unique CDR arrangement identifier where relevant.

AccessToken
{
"access_token": "string",
"token_type": "string",
"expires_in": 0,
"refresh_token": "string",
"subscriber": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"profiles": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"id_token": "string",
"number": "string",
"scope": "string",
"cdr_arrangement_id": "string"
}