Event Timers API Demo
Experience real-time synchronization between registration and scoring platforms
⚙️Configuration
Customize your synchronization settings
🔄Live Data Flow
Inactive
📝
Registration
⏱️
Scoring
Click "Start Sync" to begin real-time synchronization
📡API Example
POST /api/events/MARATHON2025/sync
{
"platform": "registration",
"athletes": [
{
"id": "ATH001",
"name": "John Doe",
"bibNumber": 101,
"category": "M30-39",
"status": "registered"
}
],
"timestamp": "2025-11-26T05:13:47.733Z",
"syncId": "sync_nt9njfqhi"
}