cURL
curl --request GET \ --url https://api.amplemarket.com/email-validations/{id} \ --header 'Authorization: Bearer <token>'
200
Processing
{ "id": "019c99cb-aa1e-7dad-b222-77edd0b2203e", "object": "email_validation", "status": "processing", "results": [], "_links": { "self": { "href": "/email-validations/019c99cb-aa1e-7dad-b222-77edd0b2203e" } } }
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
Was this page helpful?