Get results (Invalid and failed terms)

POST https://emailverification.whoisxmlapi.com/api/bevService/request/failed

CURL request sample

curl https://emailverification.whoisxmlapi.com/api/bevService/request/failed -X POST -H "Content-Type: application/json"  -d '{"apiKey": "YOUR_API_KEY", "id": 622, "format": "json"}'

POST request body sample

{
    "apiKey": "YOUR_API_KEY",
    "id": 596,
    "format": "csv"
}

Input parameters

apiKey

Required. Get your personal API KEY on the My products page.

id

Required. Integer.

ID of the request.

format

Optional. String.

Used to specify the response format.

Allowed values: "xml", "json", "csv".

Default value: "json".