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=mykey

Response Examples

{
    "status": "ok",
    "data": {
        "example.com": "ok",
        "badexample.com": "no"
    }
}
circle-info

Domain Status

"ok" means the domain is on our nameservers and is working

"no" means the domain is no longer on our nameservers and is not working

Last updated