DNS records
Look up DNS records for a domain and optional subdomain.
← All Domains endpoints · Capability overview
GET
/v1/domains/dns-recordshttps://api.vee3.io/v1/domains/dns-records
Look up DNS records for a domain and optional subdomain.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
get_domain_dns_recordsParameters2 fields
domainstringRequiredDomain name to look up (for example example.com).
max length 253
subdomainstringOptionalOptional subdomain label to include (for example www or blog).
max length 253
Response5 fields
recordsarrayitems4 fieldsDNS records returned for the domain.
recordsarrayitemsnamestringRecord host name.
ttlstringTime to live in seconds.
typestringDNS record type (A, AAAA, CNAME, MX, NS, SOA, TXT, …).
datastringRecord value.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, domains_not_configured, domains_upstream_error