{ "opencollection": "1.0.0", "info": { "name": "Workable Accounts Candidates API", "version": "3.21.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Candidates", "type": "folder" }, "items": [ { "info": { "name": "Create candidate on job", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/jobs/:shortcode/candidates", "params": [ { "name": "shortcode", "value": "", "type": "path" } ] }, "docs": "Create candidate on job" }, { "info": { "name": "List candidates", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.workable.com/spi/v3/candidates" }, "docs": "List candidates" }, { "info": { "name": "Get candidate", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get candidate" }, { "info": { "name": "Update candidate", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update candidate" }, { "info": { "name": "Add candidate comment", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/comments", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Add candidate comment" }, { "info": { "name": "Copy candidate", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/copy", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Copy candidate" }, { "info": { "name": "Disqualify candidate", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/disqualify", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Disqualify candidate" }, { "info": { "name": "Revert candidate disqualification", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/revert", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Revert candidate disqualification" }, { "info": { "name": "Move candidate", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/move", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Move candidate" }, { "info": { "name": "Relocate candidate", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/relocate", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Relocate candidate" }, { "info": { "name": "Add candidate rating", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/ratings", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Add candidate rating" }, { "info": { "name": "Update candidate rating", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/ratings", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update candidate rating" }, { "info": { "name": "Add candidate tags", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/tags", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Add candidate tags" }, { "info": { "name": "Get candidate activities", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/activities", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get candidate activities" }, { "info": { "name": "Get candidate files", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/files", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get candidate files" }, { "info": { "name": "Get candidate offer", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/offer", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get candidate offer" }, { "info": { "name": "Update candidate custom attribute value", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/candidates/:id/update_custom_attribute_value", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update candidate custom attribute value" }, { "info": { "name": "Add to talent pool", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/talent_pool/candidates" }, "docs": "Add to talent pool" } ] } ], "bundled": true }