Control betting accounts
POST /bookieaccount/control/
Request Body
{
"command": "all_on"
}Parameters
Field
Type
Required
Description
Available Commands
Command
Description
Response
Success Response (200)
{
"status": "success",
"message": "Command 'all_on' sent to all bots successfully",
"affected_accounts": 5,
"results": [
{
"account_id": 123,
"display_name": "TAB Main Account",
"status": "success",
"message": "Bot turned on successfully"
},
{
"account_id": 124,
"display_name": "WishBet Secondary",
"status": "success",
"message": "Bot turned on successfully"
},
{
"account_id": 125,
"display_name": "Sportsbet Premium",
"status": "failed",
"message": "Bot already running"
}
]
}Error Responses
Usage
Potential Use Cases
Authentication
Important Notes
Best Practices
Last updated