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": "019b4aec-10de-70ee-b0fd-8add16d8ec10", "object": "email_validation", "status": "queued", "results": [], "_links": { "self": { "href": "/email-validations/019b4aec-10de-70ee-b0fd-8add16d8ec10" } }}
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?