get https://api.public.equls.com/v1/books
Returns a list of all valid sportsbooks supported by the API
EQULS API - Get Books Endpoint
Overview
This endpoint retrieves a list of all valid sportsbooks supported by the EQULS API.
Details
- URL:
/v1/getBooks
- Method:
GET
- Authentication: Required (API Key)
Request Parameters
apiKey
: A required query parameter. It must be a valid 24-character hexadecimal API key for authentication.
Response
-
Success (200 OK):
- Returns a JSON object containing an array of supported sportsbooks.
- Example:
{ "books": ["DraftKings", "FanDuel", "Caesars", ...] }
-
Error (401 Unauthorized):
- Returned when the API key is missing or invalid.
- Example:
{ "error": "Invalid API key", "details": [ { "code": "invalid_string", "message": "Must be a valid ObjectID string", "path": ["apiKey"] } ] }
Notes
- The API key must be a valid 24-character hexadecimal string in the MongoDB ObjectID format.
- The books list is maintained in the configuration and may be updated as new sportsbooks are added to the platform.
- This endpoint is useful for applications that need to display or filter by available sportsbooks.
- All sportsbooks returned are officially supported for odds comparison and bet placement through the EQULS platform.
- The list of supported sportsbooks may include popular options such as DraftKings, FanDuel, Caesars, BetMGM, and others.