{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Templates API", "version": "1.52.0" }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Email Templates", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/templates", "params": [ { "name": "generations", "value": "", "type": "query", "description": "Filter by template generation" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "Retrieve all transactional or dynamic templates." }, { "info": { "name": "Twilio Create an Email Template", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/templates", "body": { "type": "json", "data": "{}" } }, "docs": "Twilio Create an Email Template" }, { "info": { "name": "Twilio Fetch a Template", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/templates/:template_id", "params": [ { "name": "template_id", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch a Template" }, { "info": { "name": "Twilio Update a Template", "type": "http" }, "http": { "method": "PATCH", "url": "https://accounts.twilio.com/templates/:template_id", "params": [ { "name": "template_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Twilio Update a Template" }, { "info": { "name": "Twilio Delete a Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/templates/:template_id", "params": [ { "name": "template_id", "value": "", "type": "path" } ] }, "docs": "Twilio Delete a Template" }, { "info": { "name": "Twilio Create a Template Version", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/templates/:template_id/versions", "params": [ { "name": "template_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Twilio Create a Template Version" }, { "info": { "name": "ListVerificationTemplate", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/Templates", "params": [ { "name": "FriendlyName", "value": "", "type": "query", "description": "String filter used to query templates with a given friendly name." }, { "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}}" } }, "docs": "List all the available templates for a given Account." } ] } ], "bundled": true }