Headless LMS

Invoke one of a connection's actions (e.g. a listing that feeds a picker)

POST /api/integrations/{id}/actions/{actionId}. Invoke one of a connection's actions (e.g. a listing that feeds a picker). Headless LMS Integrations API reference.

POST
/api/integrations/{id}/actions/{actionId}

Path Parameters

id*string
actionId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/integrations/string/actions/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "output": {    "property1": null,    "property2": null  }}
{  "error": "string",  "message": "string",  "requestId": "string"}
{  "error": "string",  "message": "string",  "requestId": "string"}
{  "error": "string",  "message": "string",  "requestId": "string"}
{  "error": "string",  "message": "string",  "requestId": "string"}
{  "error": "string",  "message": "string",  "requestId": "string"}