Employee referrals

POST /me/referrals/requests Session or API key

Ask a company's approved referrers for an intro.

Validation failures answer 422; a company with no approved referrer answers 409; too many open requests answers 429.

Body

company_slug string required
The company to ask.
job_id integer
The specific opening, when there is one.
cv_kind string
Which CV to attach: your stored one, or a built CV.
cv_id string (uuid)
The built CV to attach, when cv_kind names one.
linkedin_url string
Your profile.
contact_telegram string
How the referrer reaches you.
contact_email string
How the referrer reaches you.
note string
A short message to the referrer.
curl
curl -X POST "https://freehire.me/api/v1/me/referrals/requests" \
  -H "Authorization: Bearer fhk_…" -H 'Content-Type: application/json' \
  -d '{"company_slug":"acme","cv_kind":"stored","contact_email":"you@example.com"}'
json — response
{ "data": { "id": "c92f…", "company_slug": "acme", "status": "open", "created_at": "2026-07-28T20:05: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