Email with OTP - Basic Authentication
The Email with OTP authentication allows your client to authenticate using OTP method. The endpoints are pre-built and are easy to manage your authentication flow and users. To get your {auth_base_url}
, check it out here - Get started with base url.
Note : APP-KEY to be passed in Headers can be obtained from the settings in the project dashboard
Sending Email OTP - Currently, we don’t support additional custom SMTP configuration. We send emails from our SMTP server. No configuration is needed for email setup
1. Signup API
This endpoints allows you to create a new user using the email address and otp method.
Example
2. Login API
This endpoints allows you to login a user using the email and otp method.
Example
3. Verify OTP API
This endpoints allows you to verify the otp of the respective email address.
Example
Was this page helpful?