Authorisation API
Request Body
Name
Type
Description
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"access_token": "JWS authorization token",
"token_type": "bearer",
"expires_in": 1800,
"scope": "scopes",
"jti": "30a622fd-11aa-464a-8eaf-6fa868540cb0"
}{
// Response
}