v1

latestOpenAPI 3.0.1License2026-07-17236107.1 KB
developers

Introspect RPT

Introspect RPT

post/introspect-rpt

Headers

Authorizationstring
AuthorizationOxdIdstring

Request body

oxd_idstring required
rptstring required

Example request

{
  "oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6"
}

Response

OK

activeboolean required
expinteger required

number of seconds since January 1 1970 UTC, indicating when this token will expire

iatinteger required

number of seconds since January 1 1970 UTC, indicating when the token was issued at

nbfinteger required

number of seconds since January 1 1970 UTC, indicating when the token not to be used before

client_idstring required
substring
audstring required
issstring required
jtistring
permissionsobject[] required

Example response

{
  "active": true,
  "exp": 1535709072,
  "iat": 1535709072,
  "nbf": 1535709072,
  "client_id": "@!DBE5.84F8.631A.9172!0001!CD07.49BE!0008!0ED4.C61D.6FA7.8F42",
  "aud": "@!DBE5.84F8.631A.9172!0001!CD07.49BE!0008!0ED4.C61D.6FA7.8F42",
  "iss": "http://as.com"
}