{ "opencollection": "1.0.0", "info": { "name": "1Password Connect Server Accounts Audit Events API", "version": "1.8.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Audit Events", "type": "folder" }, "items": [ { "info": { "name": "1Password List Audit Events", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/api/v2/auditevents", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about actions performed by team members within a 1Password account. Each record includes when an action was performed and by whom, along with details about the type and object of the action. The request must include either a cursor from a previous response or a ResetCursor object with a start time." } ] } ], "bundled": true }