Logout

Kick the Player from current session.

URL: {base_url}/api/v1/client

Method: POST

Name
Type
Value
Required

API

String

logout

Y

Content-Type

String

application/json

Y

Authorization

String

Bearer {your_api_token}

Y

Body

Name
Type
Description
Required

username

String

Player's username

  • Not more than 17 character(s)

  • Not with special character(s)

  • Only digit(s), letter(s) or underscore(s)

Y

Response

{
  "code": 0,
  "message": "Logout Success",
}

Last updated