{ "opencollection": "1.0.0", "info": { "name": "Ramp Developer Accounts Audit Logs API", "version": "1.0" }, "items": [ { "info": { "name": "Audit Logs", "type": "folder" }, "items": [ { "info": { "name": "List audit events", "type": "http" }, "http": { "method": "GET", "url": "https://api.ramp.com/developer/v1/audit-logs/events", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.ramp.com/developer/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List audit events" } ] } ], "bundled": true }