v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Auth

Reset password

Requests a password reset email for the user. This email can be used to reset the password for a user that has forgotten their password

post/auth/reset/password-email

Request body

emailstring required

The email address

Example request

{
  "email": "test@example.com"
}

Response

This response has no body.