/candidates/:id/copy

Copies a candidate to another job. Required scope: w_candidates. Accessible with all token types.

📘

Want to retrieve the created candidate?

This endpoint creates a new candidate on the specified job and stage. To get the new candidate, follow the URL from the body of the response.

A complete request would be:

{ 
  "member_id": "13e0eb0e", 
  "target_job_shortcode": "GROOV005", 
  "target_stage": "applied" 
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!