v1
latestOpenAPI 3.0.32026-08-0631918.6 KBGet 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
Example response
{
"token_type": "Bearer",
"expires_in": 3600
}