GET /api/v1/webhooks/
List webhooks.
Response
Response 200 (application/json)
{
"webhooks": [
{
"id": "string",
"url": "string",
"events": [
"string"
],
"createdAt": "string",
"secret": "string"
}
]
}