---
title: "Check Domain Status"
method: GET
path: "/blogs/domain"
tags: ["Custom Domain"]
---

# Check Domain Status

`GET /blogs/domain`

Check the current custom domain configuration and DNS verification status.

## Response `200`

Domain status retrieved successfully

- DomainStatusResponse
  - `configured` boolean, required — Whether a custom domain is currently configured for the blog
  - `domain` string — Currently configured custom domain
  - `verified` boolean — Verification state stored on the blog record
  - `config` object, nullable — Raw Vercel domain configuration response for the connected domain
  - `domainStatus` object, nullable — Raw Vercel project-domain status response
  - `verification` object, nullable — Raw Vercel verification attempt response returned when the domain is not yet verified

## Other responses

- `401` — Authentication failed
- `403` — Insufficient permissions
- `500` — 서버 내부 오류

---

[API](https://skmtc.dev/inblog/apis/inblog-api.md) · [All operations](https://skmtc.dev/inblog/apis/inblog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inblog/inblog-api/revisions/445daf773d30/schema)
