- Resend account activation email to the account owner
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
Update account feature
Resend account activation...
- US Mailgunhttps://api.mailgun.net/v5/accounts/resend_activation_email
- EU Mailgunhttps://api.eu.mailgun.net/v5/accounts/resend_activation_email
curl -i -X POST \
-u '<username>:<password>' \
https://api.mailgun.net/v5/accounts/resend_activation_emailResponse
{ "success": true }