Basic Authentication
Email and Password - Basic Authentication
The Email Password authentication allows your client to authenticate using email and password 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
1. Signup API
This endpoints allows you to create a new user using the email and password method.
Example
Request
Response
2. Login API
This endpoints allows you to login a user using the email and password method.
Example
Request
Response
3. Password Reset API
This endpoints allows you to reset the password for the user.
Example
Request
Response
Was this page helpful?