cURL
curl --request GET \ --url https://api.amplemarket.com/email-validations/{id} \ --header 'Authorization: Bearer <token>'
200
Processing
{ "id": "0197c138-9329-7704-84ab-3bf3dca1764c", "object": "email_validation", "status": "processing", "results": [], "_links": { "self": { "href": "/email-validations/0197c138-9329-7704-84ab-3bf3dca1764c" } }}
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?