v1
latestOpenAPI 3.1.02026-07-224239180.9 KBCandidate
Get a candidate
Returns the candidate's identity, contact details, hiring-team assignments, ATS metadata, and anonymization state. For anonymized candidates, PII fields may be redacted; an unknown or out-of-organization ID returns not found.
get/v1/candidates/{candidateId}
Path parameters
candidateIdstring required
a candidate ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Example:can_a1b2c3d4e5f64789a1b2c3d4e5f64789
Response
Success
Example response
{
"id": "can_a1b2c3d4e5f64789a1b2c3d4e5f64789",
"recruiter": {
"id": "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
},
"coordinator": {
"id": "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}
}