cURL
curl --request GET \ --url https://api.amplemarket.com/email-validations/{id} \ --header 'Authorization: Bearer <token>'
200
Processing
{ "id": "01989da6-3ba5-7ff2-91fe-b39e8b32b8bb", "object": "email_validation", "status": "processing", "results": [], "_links": { "self": { "href": "/email-validations/01989da6-3ba5-7ff2-91fe-b39e8b32b8bb" } }}
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?