{ "opencollection": "1.0.0", "info": { "name": "1Password Connect Server Accounts Sign-In Attempts API", "version": "1.8.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sign-In Attempts", "type": "folder" }, "items": [ { "info": { "name": "1Password List Sign-in Attempts", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/api/v2/signinattempts", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about sign-in attempts to 1Password accounts. Each record includes the name and IP address of the user who attempted to sign in, when the attempt was made, the type of sign-in, the country, and for failed attempts the cause of failure. The request must include either a cursor from a previous response or a ResetCursor object with a start time." } ] } ], "bundled": true }