Cron API
Internal endpoints for scheduled operational tasks
The Cron API consists of headless endpoints triggered by Vercel Cron on a scheduled basis. These endpoints handle background tasks such as compliance monitoring, report reminders, and data aggregation.
Security
Endpoints are protected by a shared secret passed in the Authorization: Bearer <CRON_SECRET> header. The keep-alive endpoint is public but performs no sensitive operations.