v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Trust Portal

Get domain verification status

Get domain verification status in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.

get/v1/trust-portal/domain/status

Query parameters

domainstring required
Example:portal.example.com

The domain name to check status for

Response

Domain status retrieved successfully

domainstring required

The domain name

verifiedboolean required

Whether the domain is verified

cnameTargetstring

The recommended CNAME target for this domain from Vercel

misconfiguredobject nullable

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

Example response

{
  "cnameTarget": "3a69a5bb27875189.vercel-dns-016.com"
}