Skip to main content
POST
Send password reset (code or link based on config)

Body

application/json
email
string<email>
required
Example:

"user@example.com"

redirectTo
string<uri>

Used for link-based password reset. The email link always opens an InsForge backend endpoint first; InsForge then redirects the browser to this URL with the reset token in the query string. This URL must be included in allowedRedirectUrls. Recommended: use your app's dedicated reset-password page.

Response

Password reset email sent (if email exists). Message varies based on configured method.

success
boolean
message
string
Example:

"If your email is registered, we have sent you a password reset code/link. Please check your inbox."