New! You can now access secrets from 1Password Environments on your device with a new local .env file destination.
cURL
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>" }
A JWT SA token issued to this service
Introspection v2 object
"2020-06-11T16:32:50-03:00"
[ "auditevents", "itemusages", "signinattempts"]
Was this page helpful?