{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Alerts API", "version": "1.52.0" }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "FetchAlert", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Alerts/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Alert resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListAlert", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Alerts", "params": [ { "name": "LogLevel", "value": "", "type": "query", "description": "Only show alerts for this log-level. Can be: `error`, `warning`, `notice`, or `debug`." }, { "name": "StartDate", "value": "", "type": "query", "description": "Only include alerts that occurred on or after this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported." }, { "name": "EndDate", "value": "", "type": "query", "description": "Only include alerts that occurred on or before this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }