{ "opencollection": "1.0.0", "info": { "name": "Zuplo Developer API Keys - Buckets Audit Logs API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Audit Logs", "type": "folder" }, "items": [ { "info": { "name": "Query Audit Logs", "type": "http" }, "http": { "method": "GET", "url": "https://dev.zuplo.com/v1/accounts/:accountName/audit-logs", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the account. You can find this in your Zuplo Portal under Settings > Project Information." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return (1-100)" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "action", "value": "", "type": "query", "description": "Filter by specific action (e.g., 'account.create')" }, { "name": "startDate", "value": "", "type": "query", "description": "Filter events after this date (ISO 8601 format)" }, { "name": "endDate", "value": "", "type": "query", "description": "Filter events before this date (ISO 8601 format)" }, { "name": "actor", "value": "", "type": "query", "description": "Filter by actor email address or subject identifier" }, { "name": "success", "value": "", "type": "query", "description": "Filter by success status (true for successful, false for failed)" } ] }, "docs": "Retrieves audit logs with optional filtering and pagination." } ] } ], "bundled": true }