List Domains
List all Domains on Your Account and their Status on Hosted DNS
List Domains URL:
POSThttps://api.hyperleaf.com/api/dns/list_domains
GET Example
curl https://api.hyperleaf.com/api/dns/list_domains?key=mykeyResponse Examples
{
"status": "ok",
"data": {
"example.com": "ok",
"badexample.com": "no"
}
}{"status": "error", "message": "domain doesn't exit"}
{"status": "error", "message": "domain invalid"}Last updated