v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Get all Webhooks

Get a list of all webhooks in the account

get/webhooks

Response

200

account_idstring
actionstring
commandstring
idstring
namestring
override_durationinteger
pause_override_onstring
play_override_onstring
tagstring

Example response

[
  {
    "account_id": "5dba92731b5d034f7d8dca3d",
    "action": "override",
    "action_parameters": {
      "id": "618d1b7e966f637e3b18bfb3"
    },
    "command": "pause/resume",
    "id": "61aa167daa4a7e253e34d237",
    "name": "reasd",
    "override_duration": 11,
    "pause_override_on": "qws",
    "play_override_on": "qws",
    "tag": "whadf9317e727a9191cf460ad733f3d0ea"
  }
]