Sendgrid User V3
Connector for the sendgrid-user-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/user/account — Get a user's account information.listcredit— GET /v3/user/credits — Retrieve your credit balancelistemail— GET /v3/user/email — Retrieve your account email addresslistprofile— GET /v3/user/profile — Get a user's profilelistusername— GET /v3/user/username — Retrieve your usernameupdateemail— PUT /v3/user/email — Update your account email address
Inputs
apiKey— your sendgrid-user-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>