Skip to main content
POST
/
v1
/
lci
/
command
Run LCI command
curl --request POST \
  --url https://api.light.inc/v1/lci/command \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json;charset=UTF-8' \
  --data '{
  "command": "<string>",
  "threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
"<any>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Body

application/json;charset=UTF-8
command
string
threadId
string<uuid> | null

Response

default - application/json;charset=UTF-8

default response

The response is of type any.

I