v1
latestOpenAPI 3.0.02026-07-14800227.2 KBRecruiting
Create a new candidate
This endpoint will create a new candidate. You can include custom fields in the creation of the candidate, too.
post/recruiting/candidates
Request body
Example request
{
"firstName": "Maria",
"lastName": "Müller",
"email": "maria.muller@test.com",
"sourceField": "Website integration"
}Response
CREATED
Example response
{
"_id": "6751ebdf7d91779514cebbcd",
"firstName": "Maria",
"lastName": "Müller",
"sourceField": "Website integration",
"origin": "api",
"_createdById": "67223a2a77fb00d3fb70cbac",
"_updatedById": "67223a2a77fb00d3fb70cbac",
"_createdAt": "2024-11-29T10:02:41.345Z",
"_updatedAt": "2024-11-29T10:02:41.345Z"
}