Sync Email Token Refresh
Proactively refresh OAuth tokens expiring within 10 minutes. Scheduled as K8s CronJob every 5 minutes.
Proactively refresh OAuth tokens expiring within 10 minutes.
Scheduled as K8s CronJob every 5 minutes.
Response Body
application/json
curl -X POST "https://loading/api/sync/email-token-refresh"{
"failed": 0,
"refreshed": 0,
"status": "completed",
"total": 0
}