v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
authService

Change password with token

Reset password. Available to unauthorized users.

post/auth/v1/users/reset_password

Request body

emailstring
passwordstring
tokenstring

Example request

{
  "email": "rar.stas@gmail.com",
  "password": "myNewPassword",
  "token": "r6pvb5pllte"
}

Response

OK