cURL
curl --request GET \ --url https://app.d-sports.org/api/cron/sync-trends \ --header 'Authorization: Bearer <token>'
Scheduled job that snapshots leaderboard point totals for trend tracking. Authenticated via CRON_SECRET Bearer token.
CRON_SECRET for scheduled job endpoints.
{ success, data: { timestamp, stats } }
Was this page helpful?