v1

latestOpenAPI 3.0.32026-08-0631918.6 KB

Get client access token

Retrieve an access token to authorize your API request. <br><br> NOTE: The request type and examples depend on the service you choose

post/oidc/token

Response

Access token successfully retrieved

access_tokenstring required

The access token issued by the authorization server

token_typestring required

Returned as Bearer

expires_ininteger required

Expiration time of the access token in seconds

scopestring required

Scope of the access token

Example response

{
  "token_type": "Bearer",
  "expires_in": 3600
}