{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Contacts API", "version": "1.52.0" }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Marketing Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketing/contacts" }, "docs": "Retrieve a paginated list of marketing contacts." }, { "info": { "name": "Twilio Add or Update Contacts", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.twilio.com/marketing/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Add new contacts or update existing ones. Contacts are matched by email address." }, { "info": { "name": "Twilio Delete Contacts", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/marketing/contacts", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Comma-separated contact IDs" } ] }, "docs": "Twilio Delete Contacts" }, { "info": { "name": "Twilio Search Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/marketing/contacts/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search contacts using SGQL (SendGrid Query Language)." } ] } ], "bundled": true }