v3
OpenAPI 3.1.02026-07-311255771.3 MBUnified 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
Response
PUT /ats/applications/:application_id/stage Positive response
Example response
{
"data": {}
}