Sendgrid Api Keys V3
Connector for the sendgrid-api-keys-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
listapikey— GET /v3/api_keys — Retrieve all API Keys belonging to the authenticated usergetapikey— GET /v3/api_keys/{api_key_id} — Retrieve an existing API Keycreateapikey— POST /v3/api_keys — Create API keysupdateapikey— PUT /v3/api_keys/{api_key_id} — Update API key name and scopesdeleteapikey— DELETE /v3/api_keys/{api_key_id} — Delete API keysupdateapikeyname— PATCH /v3/api_keys/{api_key_id} — Update API key name
Inputs
apiKey— your sendgrid-api-keys-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: listapikey
apiKey: <your key>