應徵郵件
POST /me/emails/{id}/application 工作階段或 API 金鑰
紀錄訊息中的應用程序,並將訊息連結到它。
?link=unlinked 的出路:發送有關您從未追蹤過的工作的郵件。該應徵的日期是郵件的 received_at,而不是現在——該應徵在雇主寫信時顯然已經存在。
路徑參數
idinteger 必填- 訊息 ID。
請求內容
slugstring 必填- 紀錄應徵的職缺
public_slug。
curl -X POST "https://freehire.me/api/v1/me/emails/4821/application" \
-H "Authorization: Bearer fhk_…" \
-H 'Content-Type: application/json' -d '{"slug":"tech-lead-web-core-speechify-a1b2"}'{ "data": { "id": 4821, "linked_slug": "tech-lead-web-core-speechify-a1b2", "applied_at": "2026-07-24T09:12:00Z" } }