{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Approval API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Approval", "type": "folder" }, "items": [ { "info": { "name": "approval.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/approval.list", "body": { "type": "json", "data": "{}" } }, "docs": "Gets all approvals in the organization. You can optionally filter by entity type and entity ID.\n\nSee the [Pagination and Incremental Synchronization](/docs/pagination-and-incremental-sync) guide for detailed usage examples.\n\n**Requires the [`approvalsRead`](authentication#permissions-approvallist) permission.**\n" } ] } ], "bundled": true }