cURL
curl --request PUT \ --url https://api.hirehive.com/v1.0/{company_id}/candidates/{candidate_id}/applications/{application_id}/stage \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "parent_stage": "rejected", "custom_stage": { "id": "<string>", "name": "<string>" } }'
Change the stage of an application
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The parent stage of the application. eg Screening, Interviewing
Screening
Interviewing
rejected
new
screening
interviewing
offered
hired
Optional sub stage. This is a custom stage
Show child attributes
Was this page helpful?