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.
Retrieves the custom domain configuration and verification status for the authenticated user. Checks the current verification status with Vercel and updates the domain status if it has been verified.
Authentication
Requires authentication via Authorization header with Bearer token.
Response
When no domain is configured:
Returns false when no custom domain is configured
When a domain is configured:
Returns true when a custom domain is configured
The custom domain configured for the site
Current status in the database. Possible values: pending, verified, active, failed
Whether the domain is verified with Vercel
Array of verification records required to verify the domain Show verification properties
Type of DNS record (e.g., TXT, A, CNAME)
Domain or subdomain where the record should be added
Explanation of why this record is needed
curl -X GET https://api.dyeink.com/api/domains \
-H "Authorization: Bearer YOUR_TOKEN"
No Domain
Domain Configured
Verified Domain