{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Safe List API", "version": "1.52.0" }, "items": [ { "info": { "name": "SafeList", "type": "folder" }, "items": [ { "info": { "name": "FetchSafelist", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/SafeList/Numbers", "params": [ { "name": "PhoneNumber", "value": "", "type": "query", "description": "The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164)." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Check if a phone number exists in SafeList." }, { "info": { "name": "CreateSafelist", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/SafeList/Numbers", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add a new phone number to SafeList." }, { "info": { "name": "DeleteSafelist", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/SafeList/Numbers", "params": [ { "name": "PhoneNumber", "value": "", "type": "query", "description": "The phone number to be removed from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164)." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a phone number from SafeList." }, { "info": { "name": "Twilio Add a Number to the Safelist", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/SafeList/Numbers", "body": { "type": "form-urlencoded", "data": [ { "name": "PhoneNumber", "value": "" } ] } }, "docs": "Add a phone number to the account safelist for verified caller IDs." }, { "info": { "name": "Twilio Check if a Number is Safelisted", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/SafeList/Numbers/:PhoneNumber", "params": [ { "name": "PhoneNumber", "value": "", "type": "path" } ] }, "docs": "Twilio Check if a Number is Safelisted" }, { "info": { "name": "Twilio Remove a Number from the Safelist", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/SafeList/Numbers/:PhoneNumber", "params": [ { "name": "PhoneNumber", "value": "", "type": "path" } ] }, "docs": "Twilio Remove a Number from the Safelist" }, { "info": { "name": "CreateSafelist", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v2/SafeList/Numbers", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add a new phone number to SafeList." }, { "info": { "name": "FetchSafelist", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v2/SafeList/Numbers/:PhoneNumber", "params": [ { "name": "PhoneNumber", "value": "", "type": "path", "description": "The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164)." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Check if a phone number exists in SafeList." }, { "info": { "name": "DeleteSafelist", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v2/SafeList/Numbers/:PhoneNumber", "params": [ { "name": "PhoneNumber", "value": "", "type": "path", "description": "The phone number to be removed from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164)." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove a phone number from SafeList." } ] } ], "bundled": true }