Skip to content

Change password

POST
/api/user/recover_password

Change password through a recover code.

Request Body

application/json
JSON
{
  
"recover_code": "MY_RECOVER_CODE",
  
"password": "MY_NEW_PASSWORD"
}

Responses

User password has been updated.

Playground

Body

Samples

Powered by VitePress OpenAPI