Hi-Send Docs

Reset Password Request

https://core.hisend.hunnovate.com/api/v1/projects/{project_identifier}/auth/reset-password-request?api_key={api_key}

Generate a verification code to reset password of user


Path Parameters

project_identifier string required

The identifier or id of the project, for example project_name or 01jtk9f6xtp5bqycmj8x68040f, you can get it from the projects page on your dashboard

Query Params

api_key string required

The api key from your dashboard

Body Parameters

email string required

Email Address of the user

Payload Example


{
    "email": "example@hunnovate.com",
}

200 Success Response Example


{
    "data": {
        "customer_identifier": "example@hunnovate.com",
        "channel": "email",
        "reference": "01jtnm3rqxkfkvqne9shzga3nq",
    },
    "message": "OTP generated successfully",
}