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

Authorizations

Authorization
string
header
required

Standard API key for accessing ER:LC endpoints.

Passed in Authorization: Bearer <key> header.

REQUIRED FOR ALL ER:LC ENDPOINTS.

Body

application/json

Object with Command Text.

command
string
required
Example:

":h Test API"

Response

500 - application/json

Endpoint disabled/deprecated.

Standard error format.

code
integer
required

API error code.

Example:

5007

message
string
required

Error message/identifier.

Example:

"missing_token"