POST
/
domains
/
whois
curl --request POST \
  --url https://api.hostwithdothost.com/domains/whois \
  --header 'Content-Type: application/json' \
  --data '{
  "domain": "https://thegrtnx.com"
}'

Body

application/json
domain
string
required

domain name to check

Example:

"https://thegrtnx.com"