GetActions

Retrieve the list of actions via HTTP in Streamer.bot

/GetActions
GET
No parameters
{
  "actions": [
    {
      "id": "<action guid>",
      "name": "<action name>"
    }
  ]
}
curl -X GET http://127.0.0.1:7474/GetActions