Application mail
POST /me/emails/{id}/confirm Session or API key
Accept a suggested link.
Only a deterministic match — the mail thread, or the company name in the sender or subject — links itself. A model's pick lands here as a suggestion instead, and ?link=suggested is the queue of them.
Path parameters
idinteger required- The message id.
curl -X POST "https://freehire.me/api/v1/me/emails/4821/confirm" -H "Authorization: Bearer fhk_…"{ "data": { "id": 4821, "linked_slug": "tech-lead-web-core-speechify-a1b2", "link_source": "confirmed" } }