Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8000/api/v1/users/authorization/reset-password \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>", "new_password": "<string>", "new_password_confirm": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Reset the password using the reset token.
Schema for password reset confirmation.
Successful Response