Application mail

POST /me/emails/{id}/application Session or API key

Record an application from a message, and link the message to it.

The way out of ?link=unlinked: mail about a job you never tracked. The application is dated by the mail's received_at, not by now — the application demonstrably existed by the time the employer wrote.

Path parameters

id integer required
The message id.

Body

slug string required
The job public_slug to record an application for.
curl
curl -X POST "https://freehire.me/api/v1/me/emails/4821/application" \
  -H "Authorization: Bearer fhk_…" \
  -H 'Content-Type: application/json' -d '{"slug":"tech-lead-web-core-speechify-a1b2"}'
json — response
{ "data": { "id": 4821, "linked_slug": "tech-lead-web-core-speechify-a1b2", "applied_at": "2026-07-24T09:12:00Z" } }

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