---
title: "Forgot password request"
method: POST
path: "/users/forgot-password"
tags: ["🔐 Authentication"]
---

# Forgot password request

`POST /users/forgot-password`

The API endpoint allows you to send a forgot password email by providing the user's email ID.

When accessing this endpoint and providing the email ID as a parameter, the API initiates the process of sending a password reset email to the specified email address.

This functionality is useful for implementing password recovery mechanisms within your application, allowing users to reset their passwords securely.

## Request body

- object
  - `email` string

## Response `200`

Forgot password request

- object
  - `data` object
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
