Push notifications & alerts
GET /me/notifications 僅限工作階段
List your notification-center entries, newest first.
查詢參數
limitinteger- 頁面大小,1–100。範例
20 offsetinteger- 要跳過的行。範例
0
curl "https://freehire.me/api/v1/me/notifications?limit=20" -b cookies.txt{
"data": [ { "id": 5, "kind": "subscription_digest", "title": "3 new jobs match Senior Go remote", "body": "...", "public_slug": null, "jobs": [ "...": "..." ], "created_at": "2026-06-19T10:00:00Z", "read_at": null } ],
"meta": { "total": 12, "unread_count": 3, "limit": 20, "offset": 0 }
}