{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account Offering API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Offering", "type": "folder" }, "items": [ { "info": { "name": "Get account offerings", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/partners/accounts/:accountID/offerings", "params": [ { "name": "accountID", "value": "sg2a2bcd3ef4ab5c67d8efab91c01de2fa", "type": "path", "description": "Twilio SendGrid account ID" } ] }, "docs": "Retrieves offering information about the specified account." }, { "info": { "name": "Update account offerings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sendgrid.com/v3/partners/accounts/:accountID/offerings", "params": [ { "name": "accountID", "value": "sg2a2bcd3ef4ab5c67d8efab91c01de2fa", "type": "path", "description": "Twilio SendGrid account ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Changes a package offering for the specified account. Please note that an account can have only one package offering. Also associates one or more add-on offerings such as Marketing Campaigns, Dedicated IP Addresses, and Expert Services to the specified account." }, { "info": { "name": "Get all available offerings", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/partners/offerings" }, "docs": "Retrieves offerings available under the organization." } ] } ], "bundled": true }