{"note":"OpenAPI conversion -- returning structured metadata","name":"1password-com-events","description":"Events API","version":"1.2.0","base_url":"https://events.1password.com","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Events API\n@base https://events.1password.com\n@version 1.2.0\n@auth Bearer bearer\n@endpoints 5\n@toc api(5)\n\n@endpoint GET /api/auth/introspect\n@desc Performs introspection of the provided Bearer JWT token\n@returns(200) {UUID: str, IssuedAt: str(date-time), Features: [str]} # Introspection object\n@errors {401: Unauthorized, 500: Internal Server Error}\n\n@endpoint GET /api/v2/auth/introspect\n@desc Performs introspection of the provided Bearer JWT token\n@returns(200) {uuid: str, issued_at: str(date-time), features: [str]} # Introspection v2 object\n@errors {401: Unauthorized, 500: Internal Server Error}\n\n@endpoint POST /api/v1/signinattempts\n@desc Retrieves events for both successful and failed attempts to sign into a 1Password account\n@returns(200) Sign-in attempts response object\n@errors {401: Unauthorized, 500: Internal Server Error}\n@example_request {\"cursor\":\"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\"}\n\n@endpoint POST /api/v1/itemusages\n@desc Retrieves events for each usage of an item stored in a shared vault within a 1Password account\n@returns(200) Item usages response object\n@errors {401: Unauthorized, 500: Internal Server Error}\n@example_request {\"cursor\":\"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\"}\n\n@endpoint POST /api/v1/auditevents\n@desc Retrieves audit events for actions performed by team members within a 1Password account\n@returns(200) Audit events response object\n@errors {401: Unauthorized, 500: Internal Server Error}\n@example_request {\"cursor\":\"aGVsbG8hIGlzIGl0IG1lIHlvdSBhcmUgbG9va2luZyBmb3IK\"}\n\n@end\n"}