Sendgrid Ip Access Management V3
Connector for the sendgrid-ip-access-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
listaccessactivity— GET /v3/access_settings/activity — Retrieve all recent access attemptslistallowedip— GET /v3/access_settings/whitelist — Retrieve a list of currently allowed IPsgetallowedip— GET /v3/access_settings/whitelist/{rule_id} — Retrieve a specific allowed IPaddiptoallowlist— POST /v3/access_settings/whitelist — Add one or more IPs to the allow listdeleteallowedips— DELETE /v3/access_settings/whitelist — Remove one or more IPs from the allow listdeleteallowedip— DELETE /v3/access_settings/whitelist/{rule_id} — Remove a specific IP from the allowed list
Inputs
apiKey— your sendgrid-ip-access-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: listaccessactivity
apiKey: <your key>