Application mail
POST /me/emails/{id}/link Session or API key
Attach a message to one of your applications.
Path parameters
idinteger required- The message id.
Body
slugstring required- The job
public_slugto attach to.
curl -X POST "https://freehire.me/api/v1/me/emails/4821/link" \
-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", "link_source": "manual" } }