cURL
curl --request GET \ --url https://api.amplemarket.com/email-validations/{id} \ --header 'Authorization: Bearer <token>'
200
Processing
{ "id": "01985a67-c749-76f1-af12-259c3bd6bf7f", "object": "email_validation", "status": "processing", "results": [], "_links": { "self": { "href": "/email-validations/01985a67-c749-76f1-af12-259c3bd6bf7f" } }}
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
The response is of type object.
object
Was this page helpful?