{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Challenges API", "version": "1.52.0" }, "items": [ { "info": { "name": "Challenges", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Challenges for an Entity", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Services/:ServiceSid/Entities/:Identity/Challenges", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" }, { "name": "Identity", "value": "", "type": "path" }, { "name": "FactorSid", "value": "", "type": "query" }, { "name": "Status", "value": "", "type": "query" } ] }, "docs": "Twilio List Challenges for an Entity" }, { "info": { "name": "Twilio Create a Challenge", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Services/:ServiceSid/Entities/:Identity/Challenges", "params": [ { "name": "ServiceSid", "value": "", "type": "path", "description": "The SID of the Verify service" }, { "name": "Identity", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "FactorSid", "value": "" }, { "name": "ExpirationDate", "value": "" }, { "name": "Details.Message", "value": "" }, { "name": "Details.Fields", "value": "" }, { "name": "HiddenDetails", "value": "" } ] } }, "docs": "Create a new push authentication challenge for an entity." } ] } ], "bundled": true }