POST
https://pilotverify.net/api/validateSingle Validation
Validate a single email address
Headers
| Header | Value | Description |
|---|---|---|
| Content-Type | application/json | |
| x-api-key | YOUR_API_KEY |
Request Body
raw(json)
{
"email": "user@example.com",
"skipSMTP": true
}Responses
200Success
{
"result": {
"email": "user@example.com",
"reason": "Email is valid",
"status": "VALID",
"smtpValid": null,
"isCatchAll": false,
"syntaxValid": true,
"isDisposable": false,
"mxRecordExists": true
},
"success": true,
"creditsRemaining": 99
}401Unauthorized
{
"result": "Unauthorized",
"success": false
}API Request
curl -X POST 'https://pilotverify.net/api/validate' \