v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAts > Candidate
Creates a Candidate
Creates candidates related to a particular company in an ATS
post/api/2026-07-01/resources/ats/candidates
Request body
Example request
{
"first_name": "Ana",
"last_name": "Fernandez Perez",
"email": "ana@factorial.com",
"company_id": "1",
"talent_pool": true,
"consent_given_at": "2021-01-01T00:00:00Z",
"source": "referred",
"medium": "email",
"personal_url": "https://anaperez.factorial.com",
"gender": "female"
}Response
CREATED
Example response
{
"id": "1",
"company_id": "1",
"first_name": "Ana",
"last_name": "Fernandez Perez",
"full_name": "Ana Fernandez Perez",
"email": "ana@factorial.com",
"talent_pool": true,
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z",
"consent_given_at": "2021-01-01T00:00:00Z",
"inactive_since": "2021-01-01T00:00:00Z",
"ats_job_posting_ids": [
"1",
"2",
"3"
],
"personal_url": "https://anaperez.factorial.com",
"consent_expiration_date": "2021-01-01T00:00:00Z",
"consent_to_talent_pool": true,
"medium": "email",
"source_id": "1",
"gender": "female",
"score": 7
}