Job interactions

PATCH /me/applications/{id} Session or API key

Set the application stage and/or notes, addressed by row id.

Same as PATCH /jobs/{slug}/track, but addressed by the tracking-board row id instead of the job slug — needed when a tracked application’s posting was later pruned and has no slug left to address it by. Same stage vocabulary and body shape.

Path parameters

id integer required
The tracking row id (from /me/tracking).Example 42

Body

stage string
Application stage.Example interview
notes string
Free-text notes.
curl
curl -X PATCH "https://freehire.me/api/v1/me/applications/42" \
  -H "Authorization: Bearer $HIREALL_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"stage":"interview"}'
json — response
{ "data": { "job_id": 42, "stage": "interview", "notes": null } }

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available