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