List Webhooks
curl -X GET "https://loading/api/v1/webhooks"{
"webhooks": [
{
"created_at": "2019-08-24T14:15:22Z",
"events": [
"string"
],
"id": "string",
"is_active": true,
"updated_at": "2019-08-24T14:15:22Z",
"url": "string"
}
]
}