Skip to content

Password Reset

Trigger a password reset email to be sent to the specified email address. This is a public endpoint that does not require authentication.

Parameters

name * are required parametersdata typedescription
body.email*stringThe email address of the account to reset

Return Value

json
{
  "statusCode": 200,
  "data": null,
  "message": "Password reset email sent"
}

Examples

bash
curl -X POST "https://app.wombat.software/api/password-reset" \
  -H "Content-Type: application/json" \
  -d '{"email": "user@example.com"}'

ENDPOINTS

post/api/password-reset