Webhooks API to manage account-specific webhooks. You can create, retrieve, update, and delete webhooks programmatically. Account-level webhooks are configured independently for US and EU regions. When triggered, webhook URLs are deduplicated by event type, across account and domain levels to prevent redundant webhook sends.
Retrieve all account-level webhooks or filter by specific webhook IDs. Returns webhook details including associated event types.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v1/webhooks
- EU Mailgunhttps://api.eu.mailgun.net/v1/webhooks
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v1/webhooks?webhook_ids=string'Response
{ "webhooks": [ { … }, { … } ] }