{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Entities API", "version": "1.52.0" }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Entities", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services/:ServiceSid/Entities", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ] }, "docs": "Twilio List Entities" }, { "info": { "name": "Twilio Create an Entity", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid/Entities", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "Identity", "value": "" } ] } }, "docs": "Create a new entity representing an end user for TOTP or push authentication." } ] } ], "bundled": true }