/
/user-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Upload1
  • getGet all Apps
  • postCreate an App
  • getGet One App
  • deleteDelete an App
  • patchEdit an App
  • getGet all Campaigns
  • postCreate a Campaign
  • deleteDelete a Campaign
  • getCampaign Views
  • getCSV Export
  • getGet all Media Content
  • patchUpdate Media
  • getGet all Folders
  • postCreate a Folder
  • deleteDelete a Folder
  • patchUpdate a Folder
  • getGet all Devices
  • getGet One Device
  • deleteDelete a Device
  • patchUpdate a Device
  • postControl a Device
  • getGet all Logs
  • getGet All Device Logs
  • getGet logs for a Device
  • getGet all Playback Reports
  • getGet all Overrides
  • postCreate an Override
  • getGet an Override
  • deleteDelete an Override
  • patchUpdate an Override
  • getGet all Pages
  • postAdd a Page
  • getGet a Page
  • deleteDelete a Page
  • patchUpdate a Page
  • getGet all Playlists
  • postCreate a Playlist
  • getGet a Playlist
  • deleteDelete a Playlist
  • patchUpdate a Playlist
  • postCall a Webhook
  • getGet all Webhooks
  • postCreate a Webhook
  • getGet a Webhook
  • deleteDelete a Webhook
  • patchUpdate a Webhook

Update a Webhook

Update a webhook by ID

patch/webhooks/{id}

Path parameters

idstring required

The ID of the webhook to update

Response

200

account_idstring
actionstring
commandstring
idstring
namestring
tagstring

Example response

{
  "account_id": "5dba92731b5d034f7d8dca3d",
  "action": "device",
  "action_parameters": {
    "id": "617f8fdaaa4a7e79c5217ff8"
  },
  "command": "nextpage",
  "id": "61b895e1aa4a7e253e34d23a",
  "name": "vevoid",
  "tag": "wh970beddd31c762a84a5631e64905791a"
}

Changes