Games Details
This method returns details about a round, should be sent only if indication for details is true in game history. use gateway.[msdomain]
Request (GET)
/gateway/history/{version}/games/details/{brand_id}/{provider_id}/{round_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. |
| provider_id | path | string | true | The ID of the game provider. |
| round_id | path | string | true | The ID of the round. |
| x-auth-token | header | string | true | The player’s authentication token, in UUID format. |
Response
Status 200
{
"html": ""
}Status 400
{
"errMsg": "invalid input - invalid brand id"
}Status 401
{
"errMsg": "invalid input - invalid token"
}Status 500
{
"result": "internal server error"
}