Headless LMS

List automations

GET
/api/automations

Response Body

application/json

curl -X GET "https://example.com/api/automations"
[  {    "id": "string",    "name": "string",    "description": "string",    "trigger": "string",    "actions": [      {        "type": "string",        "input": {          "property1": null,          "property2": null        }      }    ],    "enabled": true  }]