Job submissions

POST /submissions/{id}/reject Moderator

Reject a submission with a reason.

Path parameters

id integer required
The submission id.Example 9

Body

reason string
Why it was rejected.Example duplicate
curl
curl -X POST "https://freehire.me/api/v1/submissions/9/reject" \
  -H "Authorization: Bearer $MODERATOR_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"reason":"duplicate"}'
json — response
{ "data": { "id": 9, "status": "rejected", "review_reason": "duplicate" } }

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