Sendgrid Ip Address Management V3
Connector for the sendgrid-ip-address-management-v3 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.sendgrid.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
listip— GET /v3/send_ips/ips — Get a List of all IP Addresses on your Accountgetip— GET /v3/send_ips/ips/{ip} — Get Details for an IP Addresslistsubuserassignedtoip— GET /v3/send_ips/ips/{ip}/subusers — Get a List of Subusers Assigned to an IPlistippool— GET /v3/send_ips/pools — GET all IP Pools that have Associated IPsgetippool— GET /v3/send_ips/pools/{poolid} — Get Details for an IP Poollistipassignedtoippool— GET /v3/send_ips/pools/{poolid}/ips — Get IPs Assigned to an IP Pool
Inputs
apiKey— your sendgrid-ip-address-management-v3 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listip
apiKey: <your key>