package
3.16.0+incompatible
Repository: https://github.com/sendgrid/sendgrid-go.git
Documentation: pkg.go.dev

# Functions

AddanIPaddresstoapool : Add an IP address to a pool POST /ips/pools/{pool_name}/ips.
AddanIPtowarmup : Add an IP to warmup POST /ips/warmup.
CreateanIPpool : Create an IP pool.
DeleteanIPpool : Delete an IP pool.
RemoveanIPaddressfromapool : Remove an IP address from a pool.
RemoveanIPfromwarmup : Remove an IP from warmup DELETE /ips/warmup/{ip_address}.
RetrieveallassignedIPs : Retrieve all assigned IPs GET /ips/assigned.
RetrieveallIPaddresses : Retrieve all IP addresses GET /ips.
RetrieveallIPpools : Retrieve all IP pools.
RetrieveallIPpoolsanIPaddressbelongsto : Retrieve all IP pools an IP address belongs to GET /ips/{ip_address}.
RetrieveallIPscurrentlyinwarmup : Retrieve all IPs currently in warmup GET /ips/warmup.
RetrieveallIPsinaspecifiedpool : Retrieve all IPs in a specified pool.
RetrievewarmupstatusforaspecificIPaddress : Retrieve warmup status for a specific IP address GET /ips/warmup/{ip_address}.
UpdateanIPpoolsname : Update an IP pools name.