Auth
Register with whatsapp
The API allows users to register with their WhatsApp. This endpoint enables the registration process by requesting the user’s WhatsApp number, first name, last name, email, 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.
POST
Authorizations
Access token
Body
application/json
The body is of type object
.
Response
200 - application/json
OK
The response is of type object
.
Previous
Register with passwordThe 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.
Next