Skip to content
Flowless Docs
Search
K
Main Navigation
Home
Getting Started
API Playground
API Reference
Examples
Guides
Pubflow
Appearance
Menu
Return to top
Request Password Reset
POST
/auth/password-reset/request
Request a password reset email
Request Body
application/json
Schema
JSON
JSON
{
"email"
:
"user@example.com"
}
Responses
200
Password reset email sent
Content-Type
application/json
Schema
JSON
JSON
{
"success"
:
true
,
"message"
:
"If your email is registered, you will receive password reset instructions."
}
POST
/auth/password-reset/request
Playground
Server
Select a server...
Body
Try it out
Samples
Powered by
VitePress OpenAPI