/
List account-level webhoo...
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": [ { … }, { … } ] }