Auth
Register with phone
This API provides the functionality to register a user using their phone number. This allows you to securely register users and obtain access and refresh tokens for subsequent API calls.
POST
Authorizations
Access token
Body
application/json
10 digit phone number without country code.
A string representing the first name.
A string representing the email address.
Two-letter code begin with a plus sign prefix that identifies different countries. By default it will be +91 if not provided.
A string representing the last name.
A string representing the OTP token.
Previous
Register with emailThe API allows users to register with their email address. This endpoint enables the registration process by requesting the user's email, first name, last name, phone number, and OTP token.
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.
Next