v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBApplicant Tracking
Public API
Update Applicant Status
Update the status of an application. The authenticated caller must have access to ATS settings. Use the Get Applicant Statuses endpoint to obtain valid status IDs.
OAuth Scopes: hiring:applications.write
post/api/v1/applicant_tracking/applications/{applicationId}/status
Path parameters
applicationIdinteger required
The ID of the application whose status should be updated.
Request body
Example request
{
"status": 2
}Response
Success. Returns the type and ID of the status change record.