Custom Domain

Check Domain Status

Check the current custom domain configuration and DNS verification status.

get/blogs/domain

Response

Domain status retrieved successfully

configuredboolean required

Whether a custom domain is currently configured for the blog

domainstring

Currently configured custom domain

verifiedboolean

Verification state stored on the blog record

configobject nullable

Raw Vercel domain configuration response for the connected domain

domainStatusobject nullable

Raw Vercel project-domain status response

verificationobject nullable

Raw Vercel verification attempt response returned when the domain is not yet verified

Example response

{
  "configured": true,
  "domain": "blog.example.com",
  "verified": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.