# Verify emails in bulk

Create a new job to validate the provided email addresses.

Webhook Support: This endpoint supports webhooks. Include a webhook_url in your request to receive a POST notification when the job completes. The webhook will receive the same data as the GET detail endpoint.

Endpoint: POST /v1/email-validation/
Version: 1.1.0
Security: BearerToken

## Request fields (application/json):

  - `job_name` (string, required)

  - `webhook_url` (string,null)

  - `prospects` (array, required)

  - `prospects.email` (string,null)


