Referencewebhooks
List your active webhooks
Response Body
application/json
curl -X GET "https://loading/v1/webhooks"{
"webhooks": [
{
"id": "string",
"url": "string",
"events": [
"string"
],
"is_active": true
}
]
}