Skip to main content
GET
/
api
/
v2
/
auth
/
introspect
Performs introspection of the provided Bearer JWT token
curl --request GET \
  --url https://events.1password.com/api/v2/auth/introspect \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "<string>",
  "issued_at": "2020-06-11T16:32:50-03:00",
  "features": [
    "auditevents",
    "itemusages",
    "signinattempts"
  ],
  "account_uuid": "<string>"
}

Authorizations

Authorization
string
header
required

A JWT SA token issued to this service

Response

Introspection v2 object

uuid
string
issued_at
string<date-time>
Example:

"2020-06-11T16:32:50-03:00"

features
string[]
Example:
[
"auditevents",
"itemusages",
"signinattempts"
]
account_uuid
string