Brand Actions
This method retrieves the default regulation configuration for a casino. use gateway.[msdomain]
Request (GET)
/gateway/currencies/{version}/currencyByIP/{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. |
Response
Status 200
{
"DEFAULT_REGULATION": [
"responsible_gaming",
"limits",
"deposit_message",
"self_exclusion",
"timeout",
"account_closure",
"login",
"swap_limits",
"gamstop",
"reality_check",
"time_limit"
]
}Status 400
{
"errMsg": "invalid input - invalid brand id"
}Status 500
{
"result": "internal server error"
}Response Parameters:
| Name | Description |
|---|---|
| DEFAULT_REGULATION | array containing all actions available for brand. |