Cron

Use the cron endpoint for external cron services to trigger automatic synchronization.

Cron Endpoint

GET/api/cron?secret=xxx

Cron endpoint for external cron services (optional with secret).

Query Parameters:

  • secret (string) - Optional: Must match CRON_SECRET env var

Response:

Response
{
  "success": true,
  "timestamp": "2026-02-07T19:39:27...",
  "totalSynced": 42,
  "projectResults": {...}
}