/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
Name | Value |
---|---|
Authorization |
|
Content-Type |
|
Accept |
|
Body
Name | Type | Description |
---|---|---|
| integer(32bit) | Language Code Value For more information, please refer to this page. |
Response
Key | Type | Description |
---|---|---|
| integer(32bit) | Response Code |
| string | Response Message |
| integer(64bit) | Provider ID |
| string | Provider Name (English) |
| string | Provider Name (Localized) |
| integer(32bit) | Provider's Status 1: Normal 2: Maintenance |
Last updated