{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.Endpoint
Endpoint
{auth_base_url}/email-otp-signup
Header
Header
string
required
App key of the particular project
Body Data
Body Data
POST the data in the application/json format.
string
required
Email address of the user
Response Body Data
Response Body Data
Example
Request
Response
2. Login API
This endpoints allows you to login a user using the email and otp method.Endpoint
Endpoint
{auth_base_url}/email-otp-login
Header
Header
string
required
App key of the particular project
Body Data
Body Data
POST the data in the application/json format.
string
required
Email address of the user
Response Body Data
Response Body Data
Example
Request
Response
3. Verify OTP API
This endpoints allows you to verify the otp of the respective email address.Endpoint
Endpoint
{auth_base_url}/email-otp-verify
Header
Header
string
required
App key of the particular project
Body Data
Body Data
Response Body Data
Response Body Data
Example
Request
Response