Sendgrid Ips V3
Connector for the sendgrid-ips-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/ips — Retrieve all IP addressesgetip— GET /v3/ips/{ip_address} — Retrieve all IP pools an IP address belongs tolistassignedip— GET /v3/ips/assigned — Retrieve all assigned IPslistippool— GET /v3/ips/pools — Retrieve all IP poolsgetippool— GET /v3/ips/pools/{pool_name} — Retrieve all the IPs in a specified poollistremainingipcount— GET /v3/ips/remaining — Get remaining IPs count
Inputs
apiKey— your sendgrid-ips-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>