Skip to main content

Broadcast message to game server

Send broadcast message to game server.

Path Parameters
gameserver_id integer REQUIRED

Example: 57294

Request Body
message string REQUIRED
type string

Possible values: [broadcast, success, warning, error]

Responses
200

successful operation

Schema OPTIONAL
data string OPTIONAL
400

Invalid request or server offline

Schema OPTIONAL
error string OPTIONAL
404

Game server not found

Schema OPTIONAL
error string OPTIONAL
429

Rate limited

Schema OPTIONAL
error string OPTIONAL
broadcastGameServer
POST /system-api/v2/gameserver/:gameserver_id/broadcast
gameserver_id — path
Body
message
type
https://api.gameserverapp.com
curl -L -X POST 'https://api.gameserverapp.com/system-api/v2/gameserver/:gameserver_id/broadcast' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json'