{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account Alerts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/alerts", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "**This endpoint allows you to retrieve all of your alerts.**" }, { "info": { "name": "Create a new Alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendgrid.com/v3/alerts", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to create a new alert.**" }, { "info": { "name": "Retrieve a specific alert", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/alerts/:alert_id", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "alert_id", "value": "", "type": "path", "description": "The ID of the alert you would like to retrieve." } ] }, "docs": "**This endpoint allows you to retrieve a specific alert.**" }, { "info": { "name": "Update an alert", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/alerts/:alert_id", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "alert_id", "value": "", "type": "path", "description": "The ID of the alert you would like to retrieve." } ], "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to update an alert.**" }, { "info": { "name": "Delete an alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sendgrid.com/v3/alerts/:alert_id", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "alert_id", "value": "", "type": "path", "description": "The ID of the alert you would like to retrieve." } ] }, "docs": "**This endpoint allows you to delete an alert.**" } ] } ], "bundled": true }