Get player online status
| Name | Value |
|---|---|
| API URL | {API_URL}/player/game/status |
| Method | POST |
| HTTP Response status | 200 |
Request body
{
"username": "lnwbet888"
}| Field | Type | Required | Description |
|---|---|---|---|
| username | String | ✅ | Username must be minimun 3 character and not over than 20 character |
Response body
{
"code": 0,
"message": "Success",
"timestamp": 1744624221074,
"result": {
"is_online": false,
"info": {
"provider_code": "amb_pgsoft",
"game_code": "bakery-bonanza"
}
}
}| Field | Type | Description |
|---|---|---|
| result.is_online | Boolean | Player is online or not |
| result.info.provider_code | String or Null | Game provider code 5.2.1 Get game providers via result.data.code |
| result.info.game_code | String or Null | Game code 5.2.2 Get games via result.data.code |
Last updated on