Skip to content

Complete Password Reset

POST
/auth/password-reset/complete

Reset password using token from email

Request Body

application/json
JSON
{
"token": "reset_token_abc123",
"password": "NewSecurePass123!"
}

Responses

Password reset successful

application/json
JSON
{
"success": true,
"message": "Password reset successfully"
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI