Customer
Last updated
Last updated
This endpoint allows customers to log in using their email, password, and other login information.
/customer/login
The unique key for the request.
The email address of the customer.
The password associated with the customer's account.
The type of login (e.g., 'normal', 'social').
An optional token for additional authentication.
Send a password reset link to the user's registered email address.
/customer/forgot-password-link
The email address of the user who needs to reset their password.
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.
Send a One-Time Password (OTP) to the provided email address for verification purposes.
/customer/send-otp
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.
test@gmail.com
Logs the user out of the system.
/customer/logout
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.
Registers a new customer by providing necessary details like name, email, password, etc.
/customer/register
Optional Bearer token for authentication.
The industry of the user.
The unique key for the request.
The language key for the request.
Customer's first name
Customer's last name
Password for the customer account
Password confirmation
Customer's email address
Customer's phone number