GET
/
email-validations
/
{id}
curl --request GET \
  --url https://api.amplemarket.com/email-validations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "01952829-305a-76fd-b104-fc3082861de8",
  "object": "email_validation",
  "status": "processing",
  "results": [],
  "_links": {
    "self": {
      "href": "/email-validations/01952829-305a-76fd-b104-fc3082861de8"
    }
  }
}

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/vnd.amp+json
Successful
id
string
required
object
enum<string>
required
Available options:
email_validation
status
enum<string>
required
Available options:
queued,
processing,
completed,
canceled,
error
results
object[]
required
_errors
object[]