v2
latestOpenAPI 3.1.02026-07-265966163.8 KBV2 Reference
List all sportsbooks/affiliates
Returns all enabled sportsbooks with IDs, names, URLs, and an integration status (healthy, unhealthy, or beta). No authentication required.
get/api/v2/affiliates
Query parameters
include'regions'
Set to regions to include geographic region data
Response
List of affiliates
Example response
{
"affiliates": [
{
"affiliate_id": 19,
"affiliate_name": "Draftkings",
"affiliate_url": "https://draftkings.com",
"status": "healthy"
}
]
}