{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions Passwordless API", "version": "1.0.0" }, "items": [ { "info": { "name": "Passwordless", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Start Passwordless Flow", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/passwordless/start", "body": { "type": "json", "data": "{}" } }, "docs": "You have three options for passwordless authentication: Send a verification code using email, Send a link using email, Send a verification code using SMS." } ] } ], "bundled": true }