{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Lists API", "version": "1.52.0" }, "items": [ { "info": { "name": "Lists", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Contact Lists", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketing/lists", "params": [ { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "Twilio List Contact Lists" }, { "info": { "name": "Twilio Create a Contact List", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/marketing/lists", "body": { "type": "json", "data": "{}" } }, "docs": "Twilio Create a Contact List" }, { "info": { "name": "Twilio Fetch a Contact List", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketing/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch a Contact List" }, { "info": { "name": "Twilio Update a Contact List", "type": "http" }, "http": { "method": "PATCH", "url": "https://accounts.twilio.com/marketing/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Twilio Update a Contact List" }, { "info": { "name": "Twilio Delete a Contact List", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/marketing/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "delete_contacts", "value": "", "type": "query", "description": "Whether to delete contacts in the list" } ] }, "docs": "Twilio Delete a Contact List" } ] } ], "bundled": true }