latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-21163196628.8 KB

2d6e4912e230

auth

Confirm Reset

Complete a password reset. Single-use: the token stops working after this.

post/v1/auth/password/reset/confirm

Request body

new_passwordstring required

The password to sign in with from now on. At least 8 characters, at most 72 bytes.

tokenstring required

The token from the reset link.

Response

Successful Response