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