- Update account feature
Update variable account settings
Get webhook signing key saved on the account
Create or regenerate webhook signing key on an account
Get authorized email recipients for a sandbox domain
Add authorized email recipient for a sandbox domain
Remove an authorized sandbox domain email recipient
Resend account activation email to the account owner
Update account feature
Update account feature
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v5/accounts/features
- EU Mailgunhttps://api.eu.mailgun.net/v5/accounts/features
curl -i -X PUT \
-u '<username>:<password>' \
https://api.mailgun.net/v5/accounts/features \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'webhooks_redact_pii={"enabled": false}' \
-d 'ai_insights={"enabled": false}'Response
{ "success": true }