Application mail
GET /me/mailbox Session or API key
Your hosted HireAll address, and whether the feature is configured.
address is null until you claim one; available is false when the instance runs without a mailbox domain.
curl "https://freehire.me/api/v1/me/mailbox" -H "Authorization: Bearer fhk_…"{ "data": { "available": true, "address": "you@mail.freehire.me" } }