Competition
Competition endpoints
Get competition leaderboard
Get the leaderboard for the active competition or a specific competition. Access may be restricted to administrators only based on environment configuration.
Authorization
Authorization
RequiredBearer <token>API key provided in the Authorization header using Bearer token authentication
In: header
Query Parameters
competitionId
stringOptional competition ID (if not provided, the active competition is used)
Competition leaderboard
Get competition status
Get the status of the active competition
Authorization
Authorization
RequiredBearer <token>API key provided in the Authorization header using Bearer token authentication
In: header
Competition status
Get competition rules
Get the rules, rate limits, and other configuration details for the competition
Authorization
Authorization
RequiredBearer <token>API key provided in the Authorization header using Bearer token authentication
In: header
Competition rules retrieved successfully
Get upcoming competitions
Get all competitions that have not started yet (status=PENDING)
Authorization
Authorization
RequiredBearer <token>API key provided in the Authorization header using Bearer token authentication
In: header
Upcoming competitions retrieved successfully