GET
/
email-validations
/
{id}
curl --request GET \
  --url https://api.amplemarket.com/email-validations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "0196b4f9-465f-7dbf-9652-c1a9d3157bd4",
  "object": "email_validation",
  "status": "processing",
  "results": [],
  "_links": {
    "self": {
      "href": "/email-validations/0196b4f9-465f-7dbf-9652-c1a9d3157bd4"
    }
  }
}

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.