Application mail
GET /me/emails/{id} Session or API key
One message in full. Marks it read.
Use GET /me/inbox?body=1 instead when sweeping a backlog — read_at means "a human saw this", and this endpoint sets it.
Path parameters
idinteger required- The message id.Example
4821
curl "https://freehire.me/api/v1/me/emails/4821" -H "Authorization: Bearer fhk_…"{ "data": { "id": 4821, "subject": "Thank you for applying to Speechify", "body_text": "Dear …", "status_signal": "acknowledgement", "linked_slug": "tech-lead-web-core-speechify-a1b2" } }