# Promote List Health Preview Job

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

Endpoint: PUT /v4/address/validate/preview/{list_id}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `list_id` (string, required)
    The list health preview job id

## Response 202 fields (application/json):

  - `id` (string, required)

  - `message` (string, required)

## Response default fields (application/json):

  - `message` (string, required)
    Response message


