Skip to main content
POST
Send Command to ER:LC Server

Autorizaciones

Authorization
string
header
requerido

Standard API key for accessing ER:LC endpoints.

Passed in Authorization: Bearer <key> header.

REQUIRED FOR ALL ER:LC ENDPOINTS.

Cuerpo

application/json

Object with Command Text.

command
string
requerido
Ejemplo:

":h Test API"

Respuesta

500 - application/json

Endpoint disabled/deprecated.

Standard error format.

code
integer
requerido

API error code.

Ejemplo:

5007

message
string
requerido

Error message/identifier.

Ejemplo:

"missing_token"