/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
Bearer <API_TOKEN>
Content-Type
application/json
Accept
application/json
Body
Name
Type
Description
lang
integer(32bit)
Response
Key
Type
Description
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