GetActions

Retrieve the list of actions via HTTP in Streamer.bot

Request

/GetActions
GET
No parameters

Response

{
  "actions": [
    {
      "id": "<action guid>",
      "name": "<action name>"
    }
  ]
}

Example

curl -X GET http://127.0.0.1:7474/GetActions