{ "opencollection": "1.0.0", "info": { "name": "1Password Connect Server Accounts Activity API", "version": "1.8.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Activity", "type": "folder" }, "items": [ { "info": { "name": "1Password List API Activity", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/activity", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of activity records to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of activity records to skip before returning results." } ] }, "docs": "Returns a list of API requests that have been made to the Connect server. Each activity entry includes the request method, path, timestamp, and result status." } ] } ], "bundled": true }