Skip to content

Creates a warmup plan for an IP Address

Request

Creates a new warmup plan for an IP address. The IP must be dedicated and owned by the account.

Security
basicAuth
Path
addrstringrequired

The IP address to create the warmup plan for.

curl -i -X POST \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v3/ip_warmups/{addr}'

Responses

A 200 response

Bodyapplication/json
messagestringrequired

Response message

Response
{ "message": "success" }