{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Rate Limits API", "version": "1.52.0" }, "items": [ { "info": { "name": "Rate Limits", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Rate Limits", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services/:ServiceSid/RateLimits", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ] }, "docs": "Twilio List Rate Limits" }, { "info": { "name": "Twilio Create a Rate Limit", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid/RateLimits", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "UniqueName", "value": "" }, { "name": "Description", "value": "" } ] } }, "docs": "Twilio Create a Rate Limit" }, { "info": { "name": "Twilio List Rate Limit Buckets", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services/:ServiceSid/RateLimits/:RateLimitSid/Buckets", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" }, { "name": "RateLimitSid", "value": "", "type": "path" } ] }, "docs": "Twilio List Rate Limit Buckets" }, { "info": { "name": "Twilio Create a Rate Limit Bucket", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid/RateLimits/:RateLimitSid/Buckets", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" }, { "name": "RateLimitSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "Max", "value": "" }, { "name": "Interval", "value": "" } ] } }, "docs": "Twilio Create a Rate Limit Bucket" } ] } ], "bundled": true }