{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions Deprecated > Passwordless API", "version": "1.0.0" }, "items": [ { "info": { "name": "Deprecated > Passwordless", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Verify with Verification Code", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/passwordless/verify", "body": { "type": "json", "data": "{}" } }, "docs": "Once you have a verification code, use this endpoint to login the user with their phone number/email and verification code. This is active authentication, so the user must enter the code in your app." }, { "info": { "name": "Auth0 Given the User's Credentials, This Endpoint Will Authenticate the User with the Provider and Return a JSON Object with the Access Token and an ID Token.", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/oauth/ro", "body": { "type": "json", "data": "{}" } }, "docs": "Given the user credentials and the connection specified, it will do the authentication on the provider and return a JSON with the access_token and id_token. This endpoint only works for database connections, passwordless connections, Active Directory/LDAP, Windows Azure AD and ADFS.\n**This endpoint is deprecated**." } ] } ], "bundled": true }