Get a list of webhooks
List of all webhooksResponse
webhook_id
string
Webhook IDurl
string
URL for the webhookwebsite
string
Website namewebsite_id
string
Website IDversion
string
API versionenabled
boolean
Webhook enabled statuscreated_date
integer
Unix timestamp for creation datecreated_by
string
Creator of the webhook
1 [2 {3 "webhook_id": "string",4 "url": "string",5 "website": "string",6 "website_id": "string",7 "version": "string",8 "enabled": true,9 "created_date": 0,10 "created_by": "string"11 }12 ]