Application mail
POST /me/gmail/sync Session or API key
Start an incremental sync.
Returns as soon as the sync is queued — a full backfill outlives the request — so poll the inbox for results rather than reading counts here.
curl -X POST "https://freehire.me/api/v1/me/gmail/sync" -H "Authorization: Bearer fhk_…"{ "data": { "started": true } }