Skip to content

Set a custom sending limit

Request

Set a custom sending limit

Security
basicAuth
Query
limitnumberrequired

The limit to set

curl -i -X PUT \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v5/accounts/limit/custom/monthly?limit=0'

Responses

Successfully set the sending limit

Bodyapplication/json
successboolean

Indicates success of request

Response
{ "success": true }