This folder contains various examples on using the ACCESS_SETTINGS endpoint of SendGrid with Java:
- Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)
- Retrieve a specific whitelisted IP (GET /access_settings/whitelist/{rule_id})
- Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)
- Remove a specific IP from the whitelist (DELETE /access_settings/whitelist/{rule_id}
- Remove one or more IPs from the whitelist (DELETE /access_settings/whitelist)
- Add one or more IPs to the whitelist (POST /access_settings/whitelist)
