/v4/game/providers

Get Providers List

POST /v4/game/providers

It returns the list of providers assigned to the agent. If the empty list is returned, you can inquire about connecting the providers from the upper agent.

Headers

NameValue

Authorization

Bearer <API_TOKEN>

Content-Type

application/json

Accept

application/json

Body

{
  "lang": 1
}
NameTypeDescription

lang

integer(32bit)

Language Code Value For more information, please refer to this page.

Response

{
  "code": 0,
  "message": "OK",
  "data": [
    {
      "provider_id": 1,
      "provider_name": "Pragmatic Play",
      "locale_name": "Pragmatic Play",
      "status": 1
    }
  ]
}
KeyTypeDescription

code

integer(32bit)

Response Code

message

string

Response Message

provider_id

integer(64bit)

Provider ID

provider_name

string

Provider Name (English)

locale_name

string

Provider Name (Localized)

status

integer(32bit)

Provider's Status 1: Normal 2: Maintenance

Last updated