❌Entity Auth Token (Deprecated)
Generate Entity Auth Token or client_api_key
Environment
Environment
Token Service (OLD) Base URL
API Request
Request
Response
{
"access_token": "string",
"expires_in": 86400,
"refresh_expires_in": 0,
"token_type": "Bearer",
"id_token": "string",
"not-before-policy": 0,
"scope": "openid email microprofile-jwt profile address phone offline_access"
}Last updated