Skip to content

Re-enable account disabled for hitting send limit

Request

Re-enable an account that was disabled for reaching the custom sending limit

Security
basicAuth
curl -i -X PUT \
  -u '<username>:<password>' \
  https://api.mailgun.net/v5/accounts/limit/custom/enable

Responses

Successfully re-enabled the account

Bodyapplication/json
successboolean

Indicates success of request

Response
{ "success": true }