Skip to main content
GET
/
api
/
cron
/
sync-trends
Cron: sync leaderboard trends
curl --request GET \
  --url https://app.d-sports.org/api/cron/sync-trends \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

CRON_SECRET for scheduled job endpoints.

Response

{ success, data: { timestamp, stats } }