Employee referrals

POST /referrals/offers/{id}/decide Moderator

Approve or reject an offer.

Path parameters

id string (uuid) required
The offer id.

Body

approve boolean required
True approves the referrer; false rejects the offer.
curl
curl -X POST "https://freehire.me/api/v1/referrals/offers/b71e…/decide" \
  -H "Authorization: Bearer fhk_…" -H 'Content-Type: application/json' -d '{"approve":true}'
json — response
{ "data": { "id": "b71e…", "status": "approved", "decided_at": "2026-07-28T21: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