- Create or regenerate webhook signing key on an account
Update variable account settings
Get webhook signing key saved on the 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
Create or regenerate webh...
- US Mailgunhttps://api.mailgun.net/v5/accounts/http_signing_key
- EU Mailgunhttps://api.eu.mailgun.net/v5/accounts/http_signing_key
curl -i -X POST \
-u '<username>:<password>' \
https://api.mailgun.net/v5/accounts/http_signing_keyResponse
{ "message": "regenerated HTTP signing key for account", "http_signing_key": "key-55c5c5c5c55f55ca5cd5f55d5c555c55" }