1Password Events
Connector for the 1password-events API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://events.1password.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getauthintrospect— GET /api/auth/introspect — Performs introspection of the provided Bearer JWT tokengetitemusages— POST /api/v1/itemusages — Retrieves item usagesgetsigninattempts— POST /api/v1/signinattempts — Retrieves sign-in attempts
Inputs
apiKey— your 1password-events API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getauthintrospect
apiKey: <your key>