Employee referrals

POST /me/referrals/incoming/{id}/resolve Session or API key

Mark an incoming request contacted or declined.

Path parameters

id string (uuid) required
The request id.

Body

status string required
contacted or declined.Example contacted
curl
curl -X POST "https://freehire.me/api/v1/me/referrals/incoming/c92f…/resolve" \
  -H "Authorization: Bearer fhk_…" -H 'Content-Type: application/json' -d '{"status":"contacted"}'
json — response
{ "data": { "id": "c92f…", "status": "contacted" } }

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