Dhesend

Webhook

Get Webhook

Learn how to fetch Webhook details using Dhesend API.

import Dhesend from 'dhesend';

const dhesend = new Dhesend('dhe_fdd03c4eb1');

dhesend.webhook.get("a19ae25a-32ef-4f17-b5c8-5c3cf37471b3")
{
  "id": "a19ae25a-32ef-4f17-b5c8-5c3cf37471b3",
  "endpoint": "https://testing.com/webhook",
  "secret": "dws_51bc730b47c20193",
  "status": "enabled",
  "events": ["email:bounced"],
  "createdAt": "2025-01-01T14:31:35.851Z"
}
Endpoint
This endpoint is used to fetch Webhook details.
GET webhook/:id
Path parameters
idstringrequired
ID of the Webhook.

Dhesend @ 2024 - Made with ❤ by  DHEM