server.rdns.get

Examples

Get Record

Specify the IP parameter containing the IPv4 IP Address you wish to retrieve the PTR record for

Try it Out
{
	"ip": "1.1.1.1"
}
{
	"code": 6200,
	"message": "IP address \"1.1.1.1\" was not found."
}

Parameters

Name Type Default
ip string Required

Errors

Code Name
6200 IpNotFound
317 InvalidIpAddress