Skip to main content
POST
/
api
/
v1
/
auth
/
reset_password
Send reset password email
curl --request POST \
  --url https://api.paylora.org/api/v1/auth/reset_password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "test@email.com"
}
'
{
  "success": true
}

Body

application/json
email
string
required
Example:

"test@email.com"

Response

Email sent