Employee referrals

POST /me/referrals/offers Session or API key

Offer to refer into a company. Multipart — proof required.

The proof (an offer letter, badge, anything showing you work there) is stored privately and shown only to a moderator; its storage key is never exposed on the wire. The offer is pending until decided.

Body

company_slug string (form field) required
The company you can refer into.
linkedin_url string (form field)
Your profile, for the moderator to check against.
proof file (form field) required
Evidence you work there.
curl
curl -X POST "https://freehire.me/api/v1/me/referrals/offers" \
  -H "Authorization: Bearer fhk_…" \
  -F company_slug=acme -F linkedin_url=https://linkedin.com/in/you -F proof=@badge.pdf
json — response
{ "data": { "id": "b71e…", "company_slug": "acme", "company_name": "Acme", "status": "pending", "created_at": "2026-07-28T20:00:00Z" } }

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available