Skip to main content
GET
Get domain verification status

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

domain
string
required

The domain name to check status for

Example:

"portal.example.com"

Response

Domain status retrieved successfully

domain
string
required

The domain name

verified
boolean
required

Whether the domain is verified

verification
object[]

Verification records for the domain

cnameTarget
string

The recommended CNAME target for this domain from Vercel

Example:

"3a69a5bb27875189.vercel-dns-016.com"

misconfigured
object | null

Whether Vercel's /v6/domains/{d}/config call reports the domain as misconfigured. Null when Vercel could not be reached.