{ "opencollection": "1.0.0", "info": { "name": "PerfectScale Public Authentication Automation API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Automation", "type": "folder" }, "items": [ { "info": { "name": "Retrieve automation audit logs", "type": "http" }, "http": { "method": "POST", "url": "https://api.app.perfectscale.io/public/v1/automation/audit_logs", "body": { "type": "json", "data": "{}" } }, "docs": "Returns automation actions from the last 30 days with cursor pagination." } ] } ], "bundled": true }