GET
/
email-validations
/
{id}
Retrieve email validation results
curl --request GET \
  --url https://api.amplemarket.com/email-validations/{id} \
  --header 'Authorization: Bearer <token>'
{
"id": "0197c138-9329-7704-84ab-3bf3dca1764c",
"object": "email_validation",
"status": "processing",
"results": [],
"_links": {
"self": {
"href": "/email-validations/0197c138-9329-7704-84ab-3bf3dca1764c"
}
}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Batch id

Query Parameters

page[size]
string

Page size

page[after]
string

Page after

page[before]
string

Page before

Response

200
application/json

Successful

The response is of type object.