Admin

Manage games, run collections, and edit data

Data Collection

Data collection runs automatically every day at 8 AM UTC via cron. Check the Collection Status page to verify today's collection and view any anomalies.

To trigger collection manually, use the API with your admin key:

curl -X POST "https://pinball-tracker-gold.vercel.app/api/admin/collect" \
  -H "Authorization: Bearer $ADMIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "batch", "batch": 0}'