Dhesend

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"
  }
  ...
]
Endpoint
This endpoint is used to list Webhooks.
GET webhook/list

Dhesend @ 2024 - Made with ❤ by  DHEM