Skip to content

Set user's password.

POST
/backend/v1/users/token-verification

Verifies a user with a token and sets the user's password.

Request Body

application/json
JSON
{
  
"password": "string",
  
"token": "string"
}

Responses

Successful Response

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

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

Updated at: