API ReferenceAuthentication API
Validate Keycloak access token
Validates an access token against Keycloak's userinfo endpoint
Header Parameters
Authorizationstring
Bearer token
Response Body
application/json
application/json
application/json
curl -X POST "https://loading/auth/validate" \ -H "Authorization: string"{
"user_info": {},
"valid": true
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}