List Webhooks
Returns an array of the webhooks.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"webhooks": [
{
"id": 237,
"event": 50,
"url": "https://hookb.in/oXpmP2BaK3sBPZZnl9k",
"date_created": "2021-07-22T20:08:56.76",
"user": "hello@example.com"
},
{
"id": 238,
"event": 60,
"url": "https://hookb.in/oXpmP2BaK3sBPZZnl9k",
"date_created": "2021-07-22T20:12:33.317",
"user": "hello@example.com"
},
{
"id": 264,
"event": 70,
"url": "https://postb.in/1629926076821-903849326945",
"date_created": "2021-11-19T18:29:45.97",
"user": "hello@example.com"
}
]
}
}