Sendgrid Subusers V3
Connector for the sendgrid-subusers-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
listsubuser— GET /v3/subusers — List all Subusersgetsubusercredit— GET /v3/subusers/{subuser_name}/credits — Get the Credits for a Subuserlistsubusermonthlystat— GET /v3/subusers/{subuser_name}/stats/monthly — Retrieve the monthly email statistics for a single subuserlistreputation— GET /v3/subusers/reputations — Retrieve Subuser Reputationsliststat— GET /v3/subusers/stats — Retrieve email statistics for your subusers.listmonthlystat— GET /v3/subusers/stats/monthly — Retrieve monthly stats for all subusers
Inputs
apiKey— your sendgrid-subusers-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: listsubuser
apiKey: <your key>