Ghost job reports
POST /jobs/{slug}/ghost-report 工作階段或 API 金鑰
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.
路徑參數
slugstring 必填- 職缺
public_slug。
請求內容
applied_onstring 必填- The day you applied (
YYYY-MM-DD).範例2026-07-29
curl -X POST "https://freehire.me/api/v1/jobs/<slug>/ghost-report" \
-H "Authorization: Bearer $FREEHIRE_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" } }