v1

latestOpenAPI 3.0.02026-07-1352122.1 KB
auth

Performs introspection of the provided Bearer JWT token

get/api/auth/introspect

Response

Introspection object

UUIDstring
IssuedAtstring date-time
Featuresstring[]

Example response

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