v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Get a Webhook

Get a specific webhook by ID

get/webhooks/{id}

Path parameters

idstring required

The ID of the webhook to get

Response

200

account_idstring
actionstring
idstring
namestring
tagstring

Example response

{
  "account_id": "5dba92731b5d034f7d8dca3d",
  "action": "setPlaylist",
  "id": "61aa18591b5d0303be32dad7",
  "name": "swsqwsqws",
  "tag": "wha1801c46dc5384984c93dba18399c8d4"
}