cURL
curl --request POST \ --url https://api.amplemarket.com/email-validations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ { "email": "jsmith@example.com" } ] } '
202
Batch accepted
{ "id": "019c99cb-a6d2-754f-9e98-aee3618d9edb", "object": "email_validation", "status": "queued", "results": [], "_links": { "self": { "href": "/email-validations/019c99cb-a6d2-754f-9e98-aee3618d9edb" } } }
Start batch of email validations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Emails to be validated
Show child attributes
email_validation
queued
processing
completed
canceled
error
Was this page helpful?