{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Candidate Tag API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Candidate Tag", "type": "folder" }, "items": [ { "info": { "name": "candidateTag.archive", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/candidateTag.archive", "body": { "type": "json", "data": "{}" } }, "docs": "Archives a candidate tag.\n\n**Requires the [`hiringProcessMetadataWrite`](authentication#permissions-candidatetagarchive) permission.**\n" }, { "info": { "name": "candidateTag.create", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/candidateTag.create", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a candidate tag.\n\n**Requires the [`hiringProcessMetadataWrite`](authentication#permissions-candidatetagcreate) permission.**\n" }, { "info": { "name": "candidateTag.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/candidateTag.list", "body": { "type": "json", "data": "{}" } }, "docs": "Lists all candidate tags.\n\nSee the [Pagination and Incremental Synchronization](/docs/pagination-and-incremental-sync) guide for detailed usage examples.\n\n**Requires the [`hiringProcessMetadataRead`](authentication#permissions-candidatetaglist) permission.**\n" } ] } ], "bundled": true }