v4
latestOpenAPI 3.1.02026-08-01139149645.9 KBCandidate
Create Candidate
Creates a Candidate object with the given values.
post/api/ats/v1/candidates
Headers
x-connector-tokenstring required
Request body
Example request
{
"data": {
"first_name": "John",
"last_name": "Doe",
"company": "Google",
"title": "SOFTWARE ENGINEER",
"is_private": true,
"can_email": true,
"avatar": "https://www.example.com/avatar.jpg",
"job_interview_stage_id": "018b4bfb-5ece-70b1-ad5e-862a9433aa65",
"job_id": "018b4bfb-5ece-70b1-ad5e-862a9433aa65"
},
"remote_user_id": "018b4bfb-5ece-70b1-ad5e-862a9433aa65",
"job_requisition_id": "R-00007"
}Response
Successful Response
{"stackTrail":"paths:/api/ats/v1/candidates:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}