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>"
}API Reference
Performs introspection of the provided Bearer JWT token
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>"
}Documentation Index
Fetch the complete documentation index at: https://www.1password.dev/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I