- Creates a warmup plan for an IP Address
Retrieves the list of in-flight IP address warmup statuses.
Retrieves the status of an in-flight IP warmup
Cancels the warmup plan for an IP address
Creates a warmup plan for...
Creates a new warmup plan for an IP address. The IP must be dedicated and owned by the account.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/ip_warmups/{addr}
- EU Mailgunhttps://api.eu.mailgun.net/v3/ip_warmups/{addr}
curl -i -X POST \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/ip_warmups/{addr}'Response
{ "message": "success" }