Skip to main content
POST
/
api
/
auth
/
password
/
request-reset-code
Request a password reset code
curl --request POST \
  --url https://tandem.hlofiys.xyz/api/auth/password/request-reset-code \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "email": "<string>",
  "message": "<string>"
}

Body

application/json
email
string
required

Response

Request processed. If a user with this email exists, a password reset code has been generated

email
string
required
message
string
required