Auth
Register with email
The 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.
POST
Authorizations
Access token
Body
application/json
A string representing the email address.
A string representing the first name.
A string representing the phone number.
A string representing the last name.
A string representing the OTP token.
Previous
Register with whatsappThe 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.
Next