For the complete documentation index, see llms.txt. This page is also available as Markdown.

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"
        }
    ]
}
{
    "id": "YOUR_COMMUNITY_ID",
    "key": "YOUR_API_KEY",
    "type": "GET_GAME_SERVERS",
    "data": []
}

Last updated

Was this helpful?