Register with password
The User Registration with Password API facilitates user onboarding by allowing registration through a combination of phone number and email. API collects essential registration details, including phone number, email, password and the confirmation of the chosen password. The response will include a message indicating the success or failure of the registration process, as well as additional information such as the user’s information, access token and refresh token.
Authorizations
Access token
Body
10 digit phone number without country code.
A string representing the email address.
A string representing the user's chosen password.
A string representing the confirmation of the chosen password.
Two-letter code begin with a plus sign prefix that identifies different countries. By default it will be +91 if not provided. Use this key along with phone only. Not necessary for email.