Moves an application to a specified stage. Use job-specific stages from GET /jobs, not the deprecated /application-stages endpoint.
Supported integrations
ID of the integration you want to interact with.
The Kombo ID of the application you want to move to a different stage.
PUT /ats/applications/:application_id/stage Request body
The Kombo ID of the stage to move the application to. This stage must be allowed for the job that the application is connected to. Get available stages from the stages property on the job, not from the deprecated application-stages endpoint.
Additional fields that we will pass through to specific ATS systems.
PUT /ats/applications/:application_id/stage Positive response