Skip to content

Promote List Health Preview Job

Request

A currently running list health preview job can be promoted to a full bulk validations job, which will validate all addresses in the list.

Security
basicAuth
Path
list_idstringrequired

The list health preview job id

curl -i -X PUT \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v4/address/validate/preview/{list_id}'

Responses

A 202 response

Bodyapplication/json
idstringrequired
messagestringrequired
Response
{ "Response": { "id": "example_list_id", "message": "The bulk preview job was promoted to a bulk validation job." }, "Status": 202 }