Keep Alive
This method extends player session in site. use gateway.[msdomain]
Request (POST)
/gateway/login/keep-alive/{brand_id}
Parameters:
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| version | path | string | true | The API version to use. |
| brand_id | path | int | true | The ID of the casino. If a brand_id is not provided, all message formats will be fetched from default storage. |
| x-auth-token | header | string | true | Player session. |
Response
Status 204
Status 400
{
"errMsg": "invalid input - invalid brand id"
}Status 400
{
"errMsg": "invalid input - invalid token"
}Status 500
{
"result": "internal server error"
}