/
Get account-level webhook...
Retrieve a specific account-level webhook by its webhook ID. Returns webhook details including associated event types.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v1/webhooks/{webhook_id}
- EU Mailgunhttps://api.eu.mailgun.net/v1/webhooks/{webhook_id}
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v1/webhooks/{webhook_id}'A 200 response
Response
{ "webhook_id": "507f1f77bcf86cd799439011", "description": "Production alerts webhook", "url": "https://api.example.com/webhooks/mailgun", "event_types": [ "delivered", "permanent_fail", "complained" ], "created_at": "2026-02-16T19:06:01Z" }