Skip to main content
POST
/
auth
/
forgot-password
Forgot Password
curl --request POST \
  --url https://api.promptmetrics.dev/auth/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'

Body

application/json
email
string<email>
required

Response

OTP sent successfully