Skip to content

Verify password reset code

POST
/users/verify-reset-code

Verify password reset code. Server: localhost:8081

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"username": "string",
"resetCode": "string"
}

Responses

OK

application/json
JSON
{
"tempToken": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0