{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Assessment Partner ActivityFeed Candidates API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Candidates", "type": "folder" }, "items": [ { "info": { "name": "List Partner Candidates", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/candidates", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "external_ids", "value": "", "type": "query" }, { "name": "candidate_ids", "value": "", "type": "query" } ] }, "docs": "Retrieve candidates by partner-supplied external IDs or Greenhouse IDs." }, { "info": { "name": "Create Partner Candidate", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/candidates", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a candidate or prospect on behalf of a Greenhouse user." }, { "info": { "name": "Delete Candidates Bulk", "type": "http" }, "http": { "method": "DELETE", "url": "https://{partner_host}/{base_path}/candidates", "headers": [ { "name": "On-Behalf-Of", "value": "" } ] }, "docs": "Delete Candidates Bulk" }, { "info": { "name": "Retrieve Candidate", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/candidates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Candidate" }, { "info": { "name": "Update Candidate", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/candidates/:id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Candidate" }, { "info": { "name": "Add Candidate Attachment", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/candidates/:id/attachments", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Candidate Attachment" }, { "info": { "name": "Add Candidate Note", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/candidates/:id/notes", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Candidate Note" }, { "info": { "name": "Add Candidate Email Note", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/candidates/:id/email_notes", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Candidate Email Note" }, { "info": { "name": "Add Candidate Education", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/candidates/:id/education", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Candidate Education" }, { "info": { "name": "Delete Candidate Education", "type": "http" }, "http": { "method": "DELETE", "url": "https://{partner_host}/{base_path}/candidates/:id/education/:education_id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "education_id", "value": "", "type": "path" } ] }, "docs": "Delete Candidate Education" }, { "info": { "name": "Add Candidate Employment", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/candidates/:id/employment", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Candidate Employment" }, { "info": { "name": "Delete Candidate Employment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{partner_host}/{base_path}/candidates/:id/employment/:employment_id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "employment_id", "value": "", "type": "path" } ] }, "docs": "Delete Candidate Employment" }, { "info": { "name": "Convert Candidate To Prospect", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/candidates/:id/prospect", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Convert Candidate To Prospect" }, { "info": { "name": "Anonymize Candidate", "type": "http" }, "http": { "method": "PUT", "url": "https://{partner_host}/{base_path}/candidates/:id/anonymize", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Anonymize Candidate" }, { "info": { "name": "Merge Candidate", "type": "http" }, "http": { "method": "PUT", "url": "https://{partner_host}/{base_path}/candidates/:id/merge", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Merge Candidate" } ] } ], "bundled": true }