Skip to main content

Change Password

Change the password for the authenticated user.
If MFA is enabled, you must provide a valid MFA code.

Request

Response

After changing password, you’ll need to log in again with the new credentials.
If MFA is enabled on the account and mfaCode is omitted, the endpoint responds with 401:

Forgot Password

Request a password reset email.

Request

Response

The response is always the same whether the email exists or not, to prevent email enumeration attacks.

Reset Password

Complete the password reset using the token from the email.

Request

Response

If MFA is enabled on the account, an mfaCode field is also required in the request body. If it’s omitted, the endpoint responds with 401:

Token Expiry

Reset tokens expire after a short period. If expired, request a new one via the forgot password endpoint.