---
title: "Get domain verification status"
method: GET
path: "/v1/trust-portal/domain/status"
tags: ["Trust Portal"]
---

# Get domain verification status

`GET /v1/trust-portal/domain/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.

## Query parameters

- `domain` string, required

## Response `200`

Domain status retrieved successfully

- DomainStatusResponseDto
  - `domain` string, required — The domain name
  - `verified` boolean, required — Whether the domain is verified
  - `verification` DomainVerificationDto[] — Verification records for the domain
    - `type` string, required — Verification type (e.g., TXT, CNAME)
    - `domain` string, required — Domain for verification
    - `value` string, required — Verification value
    - `reason` string — Reason for verification status
  - `cnameTarget` string — The recommended CNAME target for this domain from Vercel
  - `misconfigured` object, nullable — Whether Vercel's /v6/domains/{d}/config call reports the domain as misconfigured. Null when Vercel could not be reached.

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `500` — Failed to retrieve domain status from Vercel

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
