List webhook subscriptions
Son güncelleme:
curl -X GET "https://example.com/webhooks"{
"data": [
{
"id": "string",
"url": "http://example.com",
"events": [
"string"
],
"secret_prefix": "string"
}
]
}