Get all racing codes
GET /bet/codes/
Operation ID: get_bet_codes
Retrieve all racing codes. These codes can be used by users to generate racing notifications or publish picks.
Parameters
No parameters required.
Response
Success Response (200)
Returns a BetCode
object:
Field
Type
Description
codes
array[string]
Racing type codes available in the system
Usage
Potential Use Cases
Bet Creation Validation: Validate racing codes before creating notifications or bets
Bot Configuration: Configure automated betting bots with valid racing types
Tipster Publishing: Verify racing codes before publishing picks to subscribers
Authentication
This endpoint requires authentication. Include your token in the Authorization header:
Last updated