Returns all webhooks for the domain.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/domains/{domain}/webhooks
- EU Mailgunhttps://api.eu.mailgun.net/v3/domains/{domain}/webhooks
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/domains/{domain}/webhooks'Response
{ "webhooks": { "accepted": { … }, "delivered": { … }, "opened": { … }, "clicked": { … }, "unsubscribed": { … }, "complained": { … }, "temporary_fail": { … }, "permanent_fail": { … } } }