{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Webhooks API", "version": "1.52.0" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services/:ServiceSid/Webhooks", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ] }, "docs": "Twilio List Webhooks" }, { "info": { "name": "Twilio Create a Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid/Webhooks", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "FriendlyName", "value": "" }, { "name": "EventTypes", "value": "" }, { "name": "WebhookUrl", "value": "" }, { "name": "Status", "value": "" } ] } }, "docs": "Twilio Create a Webhook" } ] } ], "bundled": true }