Ghost job reports

POST /jobs/{slug}/ghost-report Session or API key

File a claim that you applied and got no response.

An unproven (unverified) address is a 403; a closed job or a claim you already have on this job is a 409; past the daily cap is a 429.

Path parameters

slug string required
The job public_slug.

Body

applied_on string required
The day you applied (YYYY-MM-DD).Example 2026-07-29
curl
curl -X POST "https://freehire.me/api/v1/jobs/<slug>/ghost-report" \
  -H "Authorization: Bearer $HIREALL_API_KEY" -H 'Content-Type: application/json' \
  -d '{"applied_on":"2026-07-29"}'
json — response
{ "data": { "job_id": 42, "applied_on": "2026-07-29", "created_at": "2026-07-29T10: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