v1

latestOpenAPI 3.0.12026-07-26209.6 KB

Run a command in-game as virtual server management

post/v2/server/command

Headers

Authorizationstring

OPTIONAL. ONLY provide this header if you are creating a public app (used in many unique servers). Register your app at https://apidocs.erlc.gg/creating-public-applications.

Request body

commandstring

The command to be executed

Example request

{
  "command": ":h Hey everyone!"
}

Response

Command executed successfully

messagestring

A message explaining the status of your command

Example response

{
  "message": "Success"
}