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.

路徑參數

slug string 必填
職缺 public_slug

請求內容

applied_on string 必填
The day you applied (YYYY-MM-DD).範例 2026-07-29
curl
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"}'
json — response
{ "data": { "job_id": 42, "applied_on": "2026-07-29", "created_at": "2026-07-29T10:00:00Z" } }

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available