應徵郵件
GET /me/gmail 工作階段或 API 金鑰
Gmail 連線狀態。
available反映實例是否設定了Gmail OAuth。當 Google 撤銷授權時,status 是 needs_reconsent。連線本身是瀏覽器重新導向 (/me/gmail/connect),因此它僅是工作階段的,而不是金鑰驅動表面的一部分。
curl "https://freehire.me/api/v1/me/gmail" -H "Authorization: Bearer fhk_…"{ "data": { "available": true, "connected": true, "email": "[email protected]", "status": "ok" } }