Skip to main content
POST
/
auth
/
forgot-password
Forgot Password
curl --request POST \
  --url https://{deploymentHost}/auth/forgot-password \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "user@example.com"
}'
{
"status": 200,
"message": "",
"data": {
"message": "If an account with this email exists, a password reset link has been sent."
},
"session": {
"signin_attempts": [],
"signins": [],
"signup_attempts": [],
"active_signin": null
},
"errors": []
}

Authorizations

__session
string
cookie
required

Body

application/json
email
string<email>
required

Response

status
integer
required
message
string
required
data
any
required
session
object
required
errors
object[]
required