provider IP Access Management GET
/access_settings/whitelist/{rule_id} @utdk/sendgrid
/access_settings/whitelist/{rule_id} Retrieve a specific allowed IP
**This endpoint allows you to retreive a specific IP address that has been allowed to access your account.**
You must include the ID for the specific IP address you want to retrieve in your call. You can retrieve the IDs associated with your allowed IP addresses using the "Retrieve a list of currently allowed IPs" endpoint.
- rule_id path required
- The ID of the allowed IP address that you want to retrieve.
- 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.getAccessSettingsWhitelistRuleId({
"on-behalf-of": "The subuser's username. This header generates the API call as if the subuser account was making the call."
})