List All IPs
List all Reverse DNS Entries for your IP addresses
List URL:
GEThttps://api.hyperleaf.com/api/ips/list
Get Example
curl https://api.hyperleaf.com/api/ips/list?key=mykeyResponse Examples
{
"status": "ok",
"count": 2,
"ips": {
"20.18.19.76": {
"type": "elastic",
"reverse_dns": ""
},
"20.18.10.26": {
"type": "vm",
"reverse_dns": "mx.myhost.com"
}
}
}{
"status": "ok",
"count": 0,
"ips": {}
}Last updated