v1

latestOpenAPI 3.0.02026-07-1352122.1 KB
auth

Performs introspection of the provided Bearer JWT token

get/api/v2/auth/introspect

Response

Introspection v2 object

uuidstring
issued_atstring date-time
featuresstring[]

Example response

{
  "issued_at": "2020-06-11T16:32:50-03:00",
  "features": [
    "auditevents",
    "itemusages",
    "signinattempts"
  ]
}