Skip to main content
POST
Execute Command

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string
required
Required string length: 8 - 200
X-Correlation-ID
string | null
authorization
string | null

Body

application/json
command_type
string
required
Required string length: 1 - 200
payload
Payload · object
required
workspace_id
string
required
Required string length: 1 - 200
schema_version
integer
default:1
Required range: 1 <= x <= 1

Response

Successful Response

The response is of type Response Execute Command Api V1 Commands Post · object.

Last modified on July 28, 2026