Update Candidate Visibility
POST
POST
https://api.atzcrm.com/v1/candidate/:candidateSlug/visibility/:jobSlugUpdate the visibility status of a candidate for a specific job.
Request Example
{
"visibility": 1
}
Request
Path Parameters
- candidateSlug
stringThe unique slug of the candidate (required). Example: candidate_2f0ea5cd69a6cd6c7163
- jobSlug
stringThe unique slug of the job (required). Example: job_62bf6c7e3db8dd2bdb30
Body
- visibility
integerVisibility status of the candidate for this job (required).
Allowed Values:
1 => Visible,
0 => Hidden
Headers
- Authorization: Bearer your_access_token
- Content-Type: application/json
Response
200
Body
- message
stringExample: Candidate visibility updated successfully.
400
Body
- Unprocessable Entity
401
Body
- Unauthorized