Documentation Index
Fetch the complete documentation index at: https://auth0-feat-authentication-api-migration.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
POST /passwordless/verify
This feature is disabled by default for new tenants as of 8 June 2017. Please see Application Grant Types for more information.
Remarks
- The
profilescope value requests access to the End-User’s default profile Claims, which are:name,family_name,given_name,middle_name,nickname,preferred_username,profile,picture,website,gender,birthdate,zoneinfo,locale, andupdated_at. - The
emailscope value requests access to theemailandemail_verifiedClaims. - The sample auth0.js script uses the library version 8. If you are using auth0.js version 7, please see this reference guide.
Learn More
Parameters
Grant type, must be
password.The
client_id of your application.Use
sms or email (should be the same as POST /passwordless/start).Allowed values: email, smsThe user’s phone number if
connection=sms, or the user’s email if connection=email.The user’s verification code.
Use
openid to get an ID Token, or openid profile email to include user profile information in the ID Token.Callback URL registered with your application’s Allowed Callback URLs.
Response
| Status | Description |
|---|---|
| 200 | User authenticated successfully. |
| 400 | Bad Request. Invalid parameters. |
| 401 | Unauthorized. Invalid credentials. |
| 403 | Forbidden. Client authentication is required. |
| 500 | Internal Server Error. |