{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Forms API", "version": "1.52.0" }, "items": [ { "info": { "name": "Forms", "type": "folder" }, "items": [ { "info": { "name": "FetchForm", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Forms/:FormType", "params": [ { "name": "FormType", "value": "", "type": "path", "description": "The Type of this Form. Currently only `form-push` is supported." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch the forms for a specific Form Type." } ] } ], "bundled": true }