GET
/
domains
/
public
/
dns
curl --request GET \
  --url https://api.hostwithdothost.com/domains/public/dns

Query Parameters

domain
string
required

The domain name to fetch DNS information for

Example:

"example.com"

type
enum<string>

The DNS record type (defaults to all)

Available options:
all,
A,
AAAA,
MX,
NS,
SOA,
TXT,
SPF