Skip to main content
POST
Check Domain Health

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body model for the domain health check endpoint

domains
string[]
required

Domains to check, 1-100 per request. Pass the bare domain (e.g. "walmart.com"), not a full URL.

Required array length: 1 - 100 elements

Response

200 - application/json

Successful Response

Response model for the domain health check endpoint

domains
DomainHealthEntry · object[]
required

One entry per requested domain, in the order requested.