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

Body

application/json
email
string<email>
required

Response

200

OTP resent successfully