Skip to main content
POST
Verify domain DNS configuration

Authorizations

x-api-key
string
header
required

API Key authentication for programmatic access.

How to use:

  1. Create an API key from your dashboard settings
  2. Include the key in the x-api-key header with each request
  3. API keys have granular permissions (domains, shortLinks, files, stats, apiKeys)

Example:

Types of API keys:

  • User keys: Linked to your user account (one per organization)
  • Bot keys: Autonomous machine users (one per organization)

Security notes:

  • Keep your API keys secure and never commit them to version control
  • API keys cannot access authentication endpoints (/auth/*)
  • Keys can be revoked at any time from the dashboard

Path Parameters

id
string<uuid>
required

Unique identifier in UUID v7 format

Example:

"01933eb8-541f-7000-a9f4-e4eee80ff04e"

Response

DNS verification check completed. Check isVerified field for result.

Complete domain object with all fields

id
string<uuid>
required

Domain UUID

Example:

"01933eb8-541f-7000-a9f4-e4eee80ff04e"

createdAt
string<date-time>
required

Creation timestamp

Example:

"2024-01-15T10:30:00Z"

updatedAt
string<date-time>
required

Last update timestamp

Example:

"2024-01-16T14:20:00Z"

organizationId
string<uuid> | null
required

Organization UUID

Example:

"01933eb8-541f-7000-a9f4-e4eee80ff04e"

domain
string
required

Domain name

Example:

"links.example.com"

isActive
boolean
required

Whether domain is active

Example:

true

lastCheckedAt
string<date-time> | null
required

Last DNS check timestamp

Example:

"2024-01-15T10:35:00Z"

isVerified
boolean
required

Complete verification status

Example:

true

txtRecord
string | null
required

TXT record value for DNS verification

Example:

"_vercel=1234567890abcdef"

isPrimary
boolean
required

Primary domain status

Example:

true

qrCodeId
string<uuid> | null
required

QR code template UUID

Example:

"01933eb8-541f-7000-a9f4-e4eee80ff04e"

fallbackUrl
string<uri> | null
required

Fallback URL for 404s

Example:

"https://example.com/404"

appleAppSiteAssociation
object | null
required

Apple Universal Links config

Android App Links config

qrCode
object | null

Default QR code template