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
slugstring required- The job
public_slug.
Body
applied_onstring required- The day you applied (
YYYY-MM-DD).Example2026-07-29
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"}'{ "data": { "job_id": 42, "applied_on": "2026-07-29", "created_at": "2026-07-29T10:00:00Z" } }