Skip to content

Retrieves the list of in-flight IP address warmup statuses.

Request

Retrieves a list of in-flight IP warmup statuses for dedicated IP addresses owned by the account. The response includes pagination URLs for navigating through the results.

Security
basicAuth
Query
pagestring

The page to retrieve. If not specified, the first page is returned.

limitstring

The number of results to return per page. Defaults to 10 if not specified.

curl -i -X GET \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v3/ip_warmups?page=string&limit=string'

Responses

A 200 response

Bodyapplication/json
messagestringrequired

Response message

Response
{ "items": [ {}, {} ], "paging": { "first": "first", "next": "next" } }