{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account Users API API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users API", "type": "folder" }, "items": [ { "info": { "name": "Get a user's account information.", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/user/account", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve your user account details.**\n\nYour user's account information includes the user's account type and reputation." }, { "info": { "name": "Retrieve your credit balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/user/credits", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve the current credit balance for your account.**\n\nEach account has a credit balance, which is a base number of emails it can send before receiving per-email charges. For more information about credits and billing, see [Billing and Plan details information](https://sendgrid.com/docs/ui/account-and-settings/billing/)." }, { "info": { "name": "Retrieve your account email address", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/user/email", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve the email address currently on file for your account.**" }, { "info": { "name": "Update your account email address", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sendgrid.com/v3/user/email", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to update the email address currently on file for your account.**" }, { "info": { "name": "Update your password", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sendgrid.com/v3/user/password", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to update your password.**" }, { "info": { "name": "Get a user's profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/user/profile", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve your current profile details.**" }, { "info": { "name": "Update a user's profile", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/user/profile", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to update your current profile details.**\n\nAny one or more of the parameters can be updated via the PATCH `/user/profile` endpoint. You must include at least one when you PATCH." }, { "info": { "name": "Retrieve your username", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/user/username", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve your current account username.**" }, { "info": { "name": "Update your username", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sendgrid.com/v3/user/username", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to update the username for your account.**" } ] } ], "bundled": true }