{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Project API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Project", "type": "folder" }, "items": [ { "info": { "name": "project.info", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/project.info", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves an project by its UUID.\n \n**Requires the [`jobsRead`](authentication#permissions-projectinfo) permission.**" }, { "info": { "name": "project.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/project.list", "body": { "type": "json", "data": "{}" } }, "docs": "Lists projects.\n\nSee the [Pagination and Incremental Synchronization](/docs/pagination-and-incremental-sync) guide for detailed usage examples.\n \n**Requires the [`candidatesRead`](authentication#permissions-projectlist) permission.**" }, { "info": { "name": "project.search", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/project.search", "body": { "type": "json", "data": "{}" } }, "docs": "Search for projects by title. \n\n**Requires the [`candidatesRead`](authentication#permissions-projectsearch) permission.**\n\nResponses are limited to 100 results. Consider refining your search or using /project.list to paginate through all projects, if you approach this limit. This API is for use cases where you intend operate on a final small set of projects, like building a project autocomplete.\n" } ] } ], "bundled": true }