Get Game Servers
This endpoint allows you to retrieve your community's server configurations.
Get Game Servers
POST https://api.sonorancms.com/servers/get_game_servers
Get Sonoran CMS community server configurations.
Request Body
Name
Type
Description
id
string
Community ID
key
string
API Key
type
string
GET_GAME_SERVERS
data
array
{
    "servers": [
        {
            "id": 1,
            "name": "Server 1",
            "description": "Default server description"
        }
    ]
}INVALID REQUEST TYPE
INVALID COMMUNITY ID{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "GET_GAME_SERVERS",
    "data": []
}Last updated
Was this helpful?

