Employee referrals
GET /me/referrals/requests Session or API key
The intros you asked for, and where they stand.
curl "https://freehire.me/api/v1/me/referrals/requests" -H "Authorization: Bearer fhk_…"{ "data": [ { "id": "c92f…", "company_slug": "acme", "status": "contacted" } ] }