provider Reverse DNS GET
/whitelabel/ips @utdk/sendgrid
/whitelabel/ips Retrieve all reverse DNS records
**This endpoint allows you to retrieve all of the Reverse DNS records created by this account.**
You may include a search key by using the `ip` query string parameter. This enables you to perform a prefix search for a given IP segment (e.g., `?ip="192."`).
Use the `limit` query string parameter to reduce the number of records returned. All records will be returned if you have fewer records than the specified limit.
The `offset` query string parameter allows you to specify a non-zero index from which records will be returned. For example, if you have ten records, `?offset=5` will return the last five records (at indexes 5 through 9). The list starts at index zero.
- limit query
- The maximum number of results to retrieve.
- integer
- offset query
- The point in the list of results to begin retrieving IP addresses from.
- integer
- ip query
- The IP address segment that you'd like to use in a prefix search.
- string
- on-behalf-of header
- string
Try it
Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sendgrid from '@utdk/sendgrid';
await sendgrid.getWhitelabelIps({
"on-behalf-of": "The subuser's username. This header generates the API call as if the subuser account was making the call."
})