/
/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

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"
}

Changes