Player Actions
This method returns information about a player’s actions for regulation purposes.
If no regulations for the player and brand are found, returns "default". use gateway.[msdomain]
Request (GET)
/gateway/regulations/{version}/configuration/{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 | int | false | Player login session. |
Response
Status 200
[
"login",
"inactivity",
"deposit_message"
]Status 400
{
"errMsg": "invalid input - invalid brand id"
}Status 500
{
"result": "internal server error"
}Response Parameters:
| Name | Description |
|---|---|
| array | Array containing all actions for this player. |