v3

OpenAPI 3.1.02026-07-311255771.3 MB
Unified ATS API

Move application to stage

Moves an application to a specified stage. Use job-specific stages from GET /jobs, not the deprecated /application-stages endpoint.

<Note> This endpoint requires the permission **Set application stage** to be enabled in [your scope config](/scopes). </Note>

Example Request Body

{
  "stage_id": "3PJ8PZhZZa1eEdd2DtPNtVup",
  "remote_fields": {}
}
put/ats/applications/{application_id}/stage

Path parameters

application_idstring required

The Kombo ID of the application you want to move to a different stage.

The Kombo ID of the application you want to move to a different stage.

Headers

X-Integration-Idstring required

ID of the integration you want to interact with.

Request body

stage_idstring required

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.

Response

PUT /ats/applications/:application_id/stage Positive response

status'success' required
dataobject required

Example response

{
  "data": {}
}