Skip to main content
GET
/
api
/
domains
/
verify
curl -X GET "https://api.dyeink.com/api/domains/verify?domain=blog.example.com"
{
  "verified": true,
  "status": "active"
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/subratomandal/dyeink/llms.txt

Use this file to discover all available pages before exploring further.

Checks the verification status of a domain with Vercel. Returns the current verification status and any DNS records that need to be configured.

Query Parameters

domain
string
required
The domain to verify (e.g., “blog.example.com”)

Response

verified
boolean
Whether the domain is verified
status
string
Status of the domain when verified (“active”)
verification
object[]
Array of DNS records needed for verification (only present when not verified)
curl -X GET "https://api.dyeink.com/api/domains/verify?domain=blog.example.com"
{
  "verified": true,
  "status": "active"
}

Build docs developers (and LLMs) love