Employee referrals
GET /me/referrals/offers Session or API key
Your referral offers and their moderation state.
curl "https://freehire.me/api/v1/me/referrals/offers" -H "Authorization: Bearer fhk_…"{ "data": [ { "id": "b71e…", "company_slug": "acme", "status": "approved", "decided_at": "2026-07-28T21:00:00Z" } ] }