cURL
curl --request PATCH \ --url https://api.amplemarket.com/email-validations/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "canceled" } '
200
Successful
{ "id": "019ae9a7-763c-7c91-af30-8bc412f6b05a", "object": "email_validation", "status": "canceled", "results": [], "_links": { "self": { "href": "/email-validations/019ae9a7-763c-7c91-af30-8bc412f6b05a" } }}
Cancel batch of email validations
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
New batch status
canceled
email_validation
queued
processing
completed
error
Show child attributes
Was this page helpful?