Get Game Servers
This endpoint allows you to retrieve your community's server configurations.
Get Game Servers
Request Body
Name
Type
Description
{
"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?

