Control Bookie Accounts

The API allows punters to start/stop all bookmakers sessions on all bots

Endpoint

POST /bookieaccount/control/

CURL example

curl -X POST 'https://betmatic.app/api/bookieaccount/control/' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Token {token}' \
  -d '{
    "command": "all_off"
  }'

Commands

all_on, all_off

Parameters

Name
In
Type
Required
Description

data

body

Command

true

none

Command

Name
Type
Required
Description

command

string

true

none

Body parameter example

{
  "command": "all_off"
}

Responses

Status
Meaning
Description
Schema

200

Success

See below

Last updated