🔑Reset password

This endpoint is used to initiate the password reset process for a user in the DrugNet System.

Endpoint: POST /reset_password

Headers

NameValue

Content-Type

application/json

Authorization

x-api-key

Request Body

NameTypeDescription

email

string

Email of the user

Response

{
    "success": true,
    "code": "200",
    "message": "Password Sent Successfully. Please check your email or sms for Password"
}

Last updated