v1
latestOpenAPI 3.0.12026-07-26209.6 KBRun 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
Example request
{
"command": ":h Hey everyone!"
}Response
Command executed successfully
Example response
{
"message": "Success"
}