package
3.16.0+incompatible
Repository: https://github.com/sendgrid/sendgrid-go.git
Documentation: pkg.go.dev
# Functions
AddoneormoreIPstothewhitelist : Add one or more IPs to the whitelist POST /access_settings/whitelist.
RemoveaspecificIPfromthewhitelist : Remove a specific IP from the whitelist DELETE /access_settings/whitelist/{rule_id}.
RemoveoneormoreIPsfromthewhitelist : Remove one or more IPs from the whitelist DELETE /access_settings/whitelist.
RetrievealistofcurrentlywhitelistedIPs : Retrieve a list of currently whitelisted IPs GET /access_settings/whitelist.
Retrieveallrecentaccessattempts : Retrieve all recent access attempts GET /access_settings/activity.
RetrieveaspecificwhitelistedIP : Retrieve a specific whitelisted IP GET /access_settings/whitelist/{rule_id}.