logo
API REFERENCE

/v4/game/kick_games

Kick User's Games

POST /v4/game/kick_games

Terminates all active gaming sessions for the user. The session will be terminated when a new round of betting is placed.

Headers

Name Value
Authorization Bearer <API_TOKEN>
Content-Type application/json
Accept application/json

Body

{
  "user_code": 3
}
Key Type Description
user_code Integer(64bit) User's Code

Response

{
  "code": 0,
  "message": "OK"
}
Key Type Description
code integer(32bit) Response Code
message string Response Message

Last updated 1 year ago