cURL
curl --request GET \ --url https://api.amplemarket.com/email-validations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "object": "email_validation", "status": "queued", "results": [ { "object": "email_validation_result", "email": "[email protected]", "result": "deliverable", "catch_all": true } ], "_links": { "self": { "href": "<string>" }, "prev": { "href": "<string>" }, "next": { "href": "<string>" } }, "_errors": [ { "code": "<string>", "title": "<string>", "detail": "<string>", "source": { "pointer": "<string>" } } ] }
Retrieve email validation results
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Batch id
Page size
Page after
Page before
Successful
email_validation
queued
processing
completed
canceled
error
Show child attributes
email_validation_result
deliverable
risky
undeliverable
unknown
Was this page helpful?