應徵郵件
POST /me/tracking/{slug}/mail-recall 工作階段或 API 金鑰
Sweep your connected mailbox for mail belonging to this application.
For an application whose mail arrived before you connected an inbox, or that a sync missed. Runs an LLM pass over your mailbox and returns matches as suggestions — it never links or writes the ledger itself; confirm a pick with POST /me/tracking/{slug}/mail-recall/link. Rate-limited. A 503 when no mail gateway is configured, a 502 when the model call fails.
路徑參數
slugstring 必填- 職缺
public_slug。
curl -X POST "https://freehire.me/api/v1/me/tracking/<slug>/mail-recall" -H "Authorization: Bearer $FREEHIRE_API_KEY"{
"data": {
"scanned": 340,
"suggested": [
{ "id": 0, "provider_id": "18f2a…", "from_addr": "[email protected]", "from_name": "Acme Recruiting", "subject": "Interview invitation", "received_at": "2026-07-15T09:00:00Z", "invitation": true }
],
"invitations": 1
}
}