Customer
This endpoint allows customers to log in using their email, password, and other login information.
The unique key for the request.
8097571064818418The 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.
Successfully logged in.
Bad Request - Invalid input
Unauthorized - Invalid credentials
Internal Server Error
Send a password reset link to the user's registered email address.
The email address of the user who needs to reset their password.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Password reset link sent successfully
Bad request, invalid email format
User not found with the provided email
Internal server error
Send a One-Time Password (OTP) to the provided email address for verification purposes.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57[email protected]OTP sent successfully
Bad request, invalid email format
User not found with the provided email
Internal server error
Logs the user out of the system.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Successfully logged out
Internal server error
Registers a new customer by providing necessary details like name, email, password, etc.
Optional Bearer token for authentication.
The industry of the user.
electronicsThe unique key for the request.
8097571064818418The language key for the request.
57Customer's first name
Customer's last name
Password for the customer account
Password confirmation
Customer's email address
Customer's phone number
Customer successfully registered
Internal server error
Last updated