/v1/provider/settings

Retrieve configuration settings for a specific provider

GET /v1/provider/settings

Fetches the current settings applied to a provider, such as currency configuration, game availability, RTP settings, or limits. Used for configuration and diagnostics.

Headers

Name
Value

Authorization

Bearer <API_TOKEN>

Content-Type

application/json

Accept

application/json

Query Parameters

Key
Type
Description
Mandatory

providerId

number

Provider ID

Required

currency

string

Currency code for the wallet transaction (e.g., USD)

Required

Response

{
  "success": true,
  "message": "OK",
  "data": {
    "lobbyshow": true,
    "promoshow": true,
    "slotMinBet": 0,
    "slotmaxBet": 0
  }
}
Key
Data Type
Description

success

boolean

Indicates whether the request was processed successfully

message

string

Result message of the request

data

object

Operator game configuration settings

Last updated