Skip to main content

Change account password

POST 

/bv/account/v1/accounts/password:change

Modifies the password of a specific account using the provided access token.


Required field(s):

  • previous_password
  • new_password

  • Returns a 400/BadRequest error if the request body is invalid or if api_token is used.

Request

Body

required
    previous_password stringrequired

    Required. The orgninal password.

    new_password stringrequired

    Required. The new password.

Responses

A successful response.

Schema

    object

Loading...