{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Interviewer Pool API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Interviewer Pool", "type": "folder" }, "items": [ { "info": { "name": "interviewerPool.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewerPool.list", "body": { "type": "json", "data": "{}" } }, "docs": "List all interviewer pools.\n\nSee the [Pagination and Incremental Synchronization](/docs/pagination-and-incremental-sync) guide for detailed usage examples.\n\n**Requires the [`hiringProcessMetadataRead`](authentication#permissions-interviewerpoollist) permission.**\n" }, { "info": { "name": "interviewerPool.info", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewerPool.info", "body": { "type": "json", "data": "{}" } }, "docs": "Get information about an interviewer pool.\n\n**Requires the [`hiringProcessMetadataRead`](authentication#permissions-interviewerpoolinfo) permission.**\n" }, { "info": { "name": "interviewerPool.create", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewerPool.create", "body": { "type": "json", "data": "{}" } }, "docs": "Create an interviewer pool.\n\n**Requires the [`hiringProcessMetadataWrite`](authentication#permissions-interviewerpoolcreate) permission.**\n" }, { "info": { "name": "interviewerPool.update", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewerPool.update", "body": { "type": "json", "data": "{}" } }, "docs": "Update an interviewer pool.\n\n**Requires the [`hiringProcessMetadataWrite`](authentication#permissions-interviewerpoolupdate) permission.**\n" }, { "info": { "name": "interviewerPool.archive", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewerPool.archive", "body": { "type": "json", "data": "{}" } }, "docs": "Archives an interviewer pool.\n\n**Requires the [`hiringProcessMetadataWrite`](authentication#permissions-interviewerpoolarchive) permission.**\n" }, { "info": { "name": "interviewerPool.restore", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewerPool.restore", "body": { "type": "json", "data": "{}" } }, "docs": "Restores an archived interviewer pool.\n\n**Requires the [`hiringProcessMetadataWrite`](authentication#permissions-interviewerpoolrestore) permission.**\n" }, { "info": { "name": "interviewerPool.addUser", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewerPool.addUser", "body": { "type": "json", "data": "{}" } }, "docs": "Add a user to an interviewer pool.\n\n**Requires the [`hiringProcessMetadataWrite`](authentication#permissions-interviewerpooladduser) permission.**\n" }, { "info": { "name": "interviewerPool.removeUser", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewerPool.removeUser", "body": { "type": "json", "data": "{}" } }, "docs": "Remove a user from an interviewer pool.\n\n**Requires the [`hiringProcessMetadataWrite`](authentication#permissions-interviewerpoolremoveuser) permission.**\n" } ] } ], "bundled": true }