get
https://{youraccountname}.api-us1.com/api/3/webhooks
List all existing webhooks
{
"webhooks": [
{
"cdate": "2016-01-01T12:00:00-00:00",
"listid": "0",
"name": "My Hook",
"url": "http://example.com/my-hook",
"events": [
"subscribe",
"unsubscribe",
"sent"
],
"sources": [
"public",
"system"
],
"links": [],
"id": "1",
"headers": [
{
"name": "CUSTOM-SIGNATURE-NAME",
"value": "secret",
"is_signature": true
},
{
"name": "CUSTOM-HEADER-NAME",
"value": "customvalue",
"is_signature": false
},
]
},
{
"cdate": "2016-01-01T12:00:00-00:00",
"listid": "0",
"name": "My Hook 2",
"url": "http://example.com/my-hook-2",
"events": [
"subscribe"
],
"sources": [
"admin"
],
"links": [],
"id": "2",
"headers": []
},
],
"meta": {
"total": "2"
}
}