{ "opencollection": "1.0.0", "info": { "name": "1Password Connect Server Accounts Item Usages API", "version": "1.8.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Item Usages", "type": "folder" }, "items": [ { "info": { "name": "1Password List Item Usages", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/api/v2/itemusages", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about items in shared vaults that have been modified, accessed, or used. Each record includes the name and IP address of the user who accessed the item, when the item was accessed, the action performed, the vault where the item is stored, and item details. The request must include either a cursor from a previous response or a ResetCursor object with a start time." } ] } ], "bundled": true }