Job reports

POST /reports/{id}/dismiss Moderator

Dismiss a report with a reason, optionally telling the reporter.

Path parameters

id integer required
The report id.Example 3

Body

reason string
Why nothing changed. Emailed to the reporter verbatim when notify_reporter is set.Example not an issue
notify_reporter boolean
Email the reporter this decision. Defaults to false when omitted.Example true
curl
curl -X POST "https://freehire.me/api/v1/reports/3/dismiss" \
  -H "Authorization: Bearer $MODERATOR_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"reason":"not an issue"}'
json — response
{ "data": { "id": 3, "status": "dismissed", "review_reason": "not an issue" } }

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