The Single Validation API does validation on a single email address and returns all the validation results in either JSON or XML format.

get/v1/validation/single

Query parameters

format'json' | 'xml'

Return the result in json (default) or xml format.

emailstring required

The email address to be validated.

keystring required

API key.

Response

single email validation response

Changes

No recorded changes to this endpoint across all 1 revision of this API.