Push notifications & alerts
GET /me/notifications/{id} 僅限工作階段
One of your notifications, including its jobs snapshot.
路徑參數
idinteger 必填- The notification id.範例
5
curl "https://freehire.me/api/v1/me/notifications/5" -b cookies.txt{ "data": { "id": 5, "kind": "reminder", "title": "...", "body": "...", "public_slug": "senior-go-engineer-acme-1a2b", "created_at": "2026-06-19T10:00:00Z", "read_at": null } }