Skip to content
Flowless Docs
Search...
K
Main Navigation
Home
Getting Started
Modules
API Playground
API Reference
Examples
Guides
Pubflow
GitHub
Discord
Appearance
GitHub
Discord
Menu
Return to top
Complete Password Reset - Flowless API
Markdown
Are you an LLM? You can read better optimized documentation at /operations/completePasswordReset.md for this page in Markdown format
Complete Password Reset
POST
/auth/password-reset/complete
Reset password using token from email
Request Body
application/json
Schema
JSON
JSON
{
"token"
:
"reset_token_abc123"
,
"password"
:
"NewSecurePass123!"
}
Responses
200
Password reset successful
Content-Type
application/json
Schema
JSON
JSON
{
"success"
:
true
,
"message"
:
"Password reset successfully"
}
POST
/auth/password-reset/complete
Playground
Server
Select a server...
Body
Try it out
Samples
Powered by
VitePress OpenAPI