Skip to content
Flowless
Search
K
Main Navigation
Home
Getting Started
API Playground
API Reference
Examples
Guides
Pubflow
Appearance
Menu
Return to top
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