Skip to content
Termix
Main Navigation
Home
Docs
Appearance
Menu
Return to top
Verify password reset code
POST
/users/verify-reset-code
Verify password reset code.
Server: localhost:8081
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"username"
:
"string"
,
"resetCode"
:
"string"
}
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"tempToken"
:
"string"
}
POST
/users/verify-reset-code
Playground
Server
Select a server...
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI