Application mail
GET /me/gmail Session or API key
Gmail connection status.
available reflects whether the instance has Gmail OAuth configured. status is needs_reconsent when Google revoked the grant. Connecting itself is a browser redirect (/me/gmail/connect), so it is session-only and not part of the key-driven surface.
curl "https://freehire.me/api/v1/me/gmail" -H "Authorization: Bearer fhk_…"{ "data": { "available": true, "connected": true, "email": "you@gmail.com", "status": "ok" } }