Vendor

Vendor Logout API

post
/vendor/logout

Logs the vendor out of the system.

Responses
200

Successfully logged out

statusintegerOptionalExample: 1
messagestringOptionalExample: Successfully Logout
post
/vendor/logout

Vendor Login API

post
/vendor/login

Authenticates the vendor and logs them into the system.

Body
emailIdstringRequiredExample: [email protected]
passwordstringRequiredExample: Welcome176
Responses
200

Successfully logged in

statusintegerOptionalExample: 1
messagestringOptionalExample: Logged In successfully
post
/vendor/login
put
/vendor/forgot-password-link

Sends a reset password link to the vendor's email address.

Body
emailIdstringRequiredExample: [email protected]
Responses
200

Reset password link sent successfully

statusintegerOptionalExample: 1
messagestringOptionalExample: Reset Password link has been sent to your email inbox.
put
/vendor/forgot-password-link

Vendor Send OTP API

post
/vendor/send-otp

Sends an OTP to the provided email address for vendor authentication.

Body
emailIdstringRequiredExample: [email protected]
Responses
200

OTP sent successfully

statusintegerOptionalExample: 1
messagestringOptionalExample: OTP successfully sent to the provided email address
post
/vendor/send-otp

Vendor Register API

post
/vendor/register

Registers a new vendor with necessary details like email, name, company, and OTP.

Body
emailIdstringRequiredExample: [email protected]
lastNamestringOptional
companyNamestringRequiredExample: picco
firstNamestringRequiredExample: picco
industryIdintegerOptionalExample: 1
passwordstringRequiredExample: dfhbdshf@
otpstringRequiredExample: 235434
tscbooleanRequiredExample: true
Responses
200

Vendor registration successful

statusintegerOptionalExample: 1
messagestringOptionalExample: Thank you for expressing your interest and registering for selling your products. Kindly wait for admin approval
post
/vendor/register

Last updated