Headless LMS

List automations

GET /api/automations. List automations. Headless LMS Automations API reference.

GET
/api/automations

Response Body

application/json

curl -X GET "https://example.com/api/automations"
[  {    "orgId": "string",    "id": "string",    "name": "string",    "description": "string",    "trigger": "string",    "actions": [      {        "type": "string",        "input": {          "property1": null,          "property2": null        }      }    ],    "enabled": true,    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  }]