Skip to main content
POST
Invoke Connector Operation
The body follows the same RequestPayload schema the agent-controller uses: body_params (request body), query_params, path_params (by name), and headers (extra headers for the target API). The operation runs with its spec-defined HTTP method regardless of this POST, and the connection’s stored credentials are applied automatically. operation_id accepts the operation’s id or operationId from List Connector Operations. Pass _ as connector_id to resolve it from the connection. Use Get Connector Operation Schema to inspect the expected inputs first.

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

connector_id
string
required
connection_id
string
required
operation_id
string
required

Body

application/json
body_params
Body Params · object | null
query_params
Query Params · object | null
path_params
Path Params · object | null
headers
Headers · object | null

Response

Successful Response