Retrieve all reverse DNS records
GET https://api.sendgrid.com/v3/whitelabel/ips?limit={{limit}}&offset={{offset}}&ip={{ip}}
This endpoint allows you to retrieve all of the Reverse DNS created by this account.
You may include a search key by using the ip
parameter. This enables you to perform a prefix search for a given IP segment (e.g. 192.
).
A reverse DNS consists of a subdomain and domain used to generate a reverse DNS record for a given IP. Once SendGrid has verified that the appropriate A record for the IP has been created, the appropriate reverse DNS record for the IP is generated.
For more information, please see our User Guide.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | ||
offset | string | ||
ip | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |