logo
PasswordResetRequest password reset email
PasswordReset

Request password reset email

curl -X POST "//api/password-reset/request" \
  -H "Content-Type: application/json" \
  -d '{
  "email": "user@example.com"
}'
{}
POST
/api/password-reset/request
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Body

application/json

Responses

OK