{ "opencollection": "1.0.0", "info": { "name": "Hyperscience Audit Logs API", "version": "5.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{server}.{company}.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Audit Logs", "type": "folder" }, "items": [ { "info": { "name": "List audit logs", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.{company}.com/api/v5/audit_logs" }, "docs": "List audit logs" }, { "info": { "name": "Retrieve audit log", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.{company}.com/api/v5/audit_logs/:audit_log_id", "params": [ { "name": "audit_log_id", "value": "", "type": "path" } ] }, "docs": "Retrieve audit log" }, { "info": { "name": "Download audit logs as CSV", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.{company}.com/api/v5/audit_logs/csv" }, "docs": "Download audit logs as CSV" } ] } ], "bundled": true }