Employee referrals
GET /me/referrals/incoming Session or API key
Requests waiting on you as an approved referrer.
curl "https://freehire.me/api/v1/me/referrals/incoming" -H "Authorization: Bearer fhk_…"{ "data": [ { "id": "c92f…", "company_slug": "acme", "cv_kind": "stored", "status": "open", "note": "Backend, 8 years Go" } ] }