OAuth2 API
Header parameters
authorizationstringRequiredExample:
The authorization header includes a client secret in base64URL encoded format following this syntax: Basic "[clientId:client secret]" as per https://www.rfc-editor.org/rfc/rfc2617
Basic aXNfdGJhbmswMToxMjM=Body
grant_typestring · enumRequiredPossible values:
scopestringOptional
Access request scope as optionally defined by the issuer
Responses
200
Default allowed response
application/json
access_tokenstringRead-onlyRequiredExample:
The access token issued by the authorization server
ey...HRT6LOON7wexpires_instringRead-onlyOptionalExample:
Remaining time in seconds for the access_token to expire.
900scopestringRead-onlyOptional
Scope of the access_token.
token_typeundefined · enumRequiredExample:
Type of the access_token that will be used to call Issuer APIs.
BearerPossible values: expires_atstringRead-onlyOptionalExample:
Access token expiration timestamp
2023-06-06T05:05:59.711Z400
Bad request
post
/oauth2/tokenLast updated
Was this helpful?