developers
Introspect Access Token
Introspect Access Token
post/introspect-access-token
Headers
Authorizationstring
AuthorizationOxdIdstring
Request body
Example request
{
"oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6",
"access_token": "b75434ff-f465-4b70-92e4-b7ba6b6c58f2"
}Response
OK
Example response
{
"active": true,
"client_id": "@!1736.179E.AA60.16B2!0001!8F7C.B9AB!0008!A2BB.9AE6.5F14.B387",
"username": "John Black",
"token_type": "bearer",
"sub": "jblack",
"aud": "l238j323ds-23ij4",
"iss": "https://as.gluu.org/",
"exp": 1535709072,
"iat": 1535709072,
"nbf": 1535709072,
"acr_values": [
"basic"
],
"extension_field": "twenty-seven"
}