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
idinteger required- The message id.
Body
slugstring required- The job
public_slugto record an application for.
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"}'{ "data": { "id": 4821, "linked_slug": "tech-lead-web-core-speechify-a1b2", "applied_at": "2026-07-24T09:12:00Z" } }