Sendgrid Account Provisioning V3
Connector for the sendgrid-account-provisioning-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
listaccount— GET /v3/partners/accounts — Get all accountslistaccountoffering— GET /v3/partners/accounts/{accountID}/offerings — Get account offeringsgetaccountstate— GET /v3/partners/accounts/{accountID}/state — Get an account's statelistoffering— GET /v3/partners/offerings — Get all available offeringscreateaccount— POST /v3/partners/accounts — Create an accountdeleteaccount— DELETE /v3/partners/accounts/{accountID} — Delete an account
Inputs
apiKey— your sendgrid-account-provisioning-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: listaccount
apiKey: <your key>