OpenAPI 3.1.0raw.githubusercontent.com2026-08-21163196629.4 KB

91764f0b41d6

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