{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account Webhook Security API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhook Security", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all webhook security policies for your account", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/user/webhooks/security/policies", "headers": [ { "name": "on-behalf-of", "value": "" } ] }, "docs": "Returns a list of all webhook security policies configured for your account, including their IDs, names, and security configurations." }, { "info": { "name": "Create a new webhook security policy", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendgrid.com/v3/user/webhooks/security/policies", "headers": [ { "name": "on-behalf-of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook security policy. Note: One of signature or oauth must be given to have a valid security policy.\n" }, { "info": { "name": "Retrieve a specific webhook security policy", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendgrid.com/v3/user/webhooks/security/policies/:id", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve the details of a specific webhook security policy by its ID." }, { "info": { "name": "Update an existing webhook security policy", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sendgrid.com/v3/user/webhooks/security/policies/:id", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing webhook security policy with new configuration values." }, { "info": { "name": "Delete a specific webhook security policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sendgrid.com/v3/user/webhooks/security/policies/:id", "headers": [ { "name": "on-behalf-of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query" } ] }, "docs": "Permanently delete a webhook security policy by its ID." } ] } ], "bundled": true }