DNS records

Look up DNS records for a domain and optional subdomain.

← All Domains endpoints · Capability overview

GET/v1/domains/dns-records

https://api.vee3.io/v1/domains/dns-records

2 tokens

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_records
Parameters2 fields
domainstringRequired

Domain name to look up (for example example.com).

max length 253

subdomainstringOptional

Optional subdomain label to include (for example www or blog).

max length 253

Response5 fields
recordsarrayitems
4 fields

DNS records returned for the domain.

namestring

Record host name.

ttlstring

Time to live in seconds.

typestring

DNS record type (A, AAAA, CNAME, MX, NS, SOA, TXT, …).

datastring

Record value.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, domains_not_configured, domains_upstream_error