Push notifications & alerts
GET /me/push-tokens 僅限工作階段
List your own registered devices.
curl "https://freehire.me/api/v1/me/push-tokens" -b cookies.txt{
"data": [ { "token": "ExponentPushToken[...]", "platform": "ios", "created_at": "2026-06-19T10:00:00Z", "last_seen_at": "2026-06-19T10:00:00Z" } ],
"meta": { "total": 1 }
}