# Email Verifier Operations for verifying email addresses ## Verify an email - [POST /v1/email-validation/single/](https://docs.evaboot.com/schema/email-verifier/email_validation_single_create.md): Validate a single email address synchronously. Returns validation results immediately including deliverability status. ## List email validation jobs - [GET /v1/email-validation/](https://docs.evaboot.com/schema/email-verifier/email_validation_list.md): List all email validation jobs created by the authenticated user ## Create an email validation job - [POST /v1/email-validation/](https://docs.evaboot.com/schema/email-verifier/email_validation_create.md): 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. ## Get email validation job results - [GET /v1/email-validation/{id}/](https://docs.evaboot.com/schema/email-verifier/email_validation_retrieve.md): Retrieve the results of a specific email validation job