Skip to main content
GET
Check a domain's validation state

Authorizations

Authorization
string
header
required

An API key (klk_...) or a Clerk session token. Both resolve to the same account and behave identically.

Path Parameters

id
string
required

The domain id.

Response

The domain.

id
string
required
hostname
string
required
verified
boolean
required
cert_status
string | null
required
hostname_status
string | null
validation_errors
string[]
created_at
integer

When the domain was registered. Epoch milliseconds.

Example:

1755734400000

dns
object[]
next
string