Webhook
List Webhooks
Learn how to list Webhooks using Dhesend API.
import Dhesend from 'dhesend';
const dhesend = new Dhesend('dhe_fdd03c4eb1');
dhesend.webhook.list();[
{
"id": "a19ae25a-32ef-4f17-b5c8-5c3cf37471b3",
"endpoint": "https://testing.com/webhook",
"status": "enabled",
"events": ["email:bounced"],
"createdAt": "2025-01-01T14:31:35.851Z"
}
...
]