Validate email addresses
Run validation to identify poor quality emails to clean up your recipient list.
Please log in to see full path URL. Learn why.
post
/email/2/validation
Authorizations:
Scopes:
Request rate limit:
150 requests / second (per account)
Request Body schema:
application/json
collapse all -
to required | string Email address of the recipient. |
Responses
200
successful response
400
bad request responses
401
Unauthorized
403
Forbidden
429
Too Many Requests
500
Internal Server Error
Request samples
- Payload
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Content type
application/json
Copy
Collapse all {- "to": "abc@zxc.com"
}
Response samples
- 200
- 400
- 401
- 403
- 429
- 500
Content type
application/json
Example
Valid email box response
Valid email box response
Copy
Collapse all {- "to": "abc@zxc.com",
- "validMailbox": "true",
- "validSyntax": true,
- "catchAll": false,
- "disposable": false,
- "roleBased": false,
- "risk": "LOW"
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See