Skip to content
FoxoChat
Search
K
Appearance
Menu
Return to top
Confirm reset password
POST
/auth/reset-password/confirm
Request Body
application/json
Schema
JSON
JSON
{
"email"
:
"string"
,
"newPassword"
:
"string"
,
"otp"
:
"string"
}
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"ok"
:
true
}
POST
/auth/reset-password/confirm
Playground
Server
Select a server...
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python