Cron
Use the cron endpoint for external cron services to trigger automatic synchronization.
Cron Endpoint
GET
/api/cron?secret=xxxCron endpoint for external cron services (optional with secret).
Query Parameters:
secret(string) - Optional: Must matchCRON_SECRETenv var
Response:
Response
{
"success": true,
"timestamp": "2026-02-07T19:39:27...",
"totalSynced": 42,
"projectResults": {...}
}