Skip to main content
POST
/
auth
/
forgot-password
Forgot Password
curl --request POST \
  --url https://api.faces.sh/auth/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "success": true,
  "messages": [],
  "data": {},
  "error": "<string>",
  "meta": {}
}

Body

application/json
email
string
required

Response

Successful Response

success
boolean
required
messages
string[] | null
data
Data · object
error
meta
Meta · object