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": "019b32ae-6fbd-71b4-9ae0-a3bf70f9bec9", "object": "email_validation", "status": "canceled", "results": [], "_links": { "self": { "href": "/email-validations/019b32ae-6fbd-71b4-9ae0-a3bf70f9bec9" } }}
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?