API reference/Auth
Set a new password with a reset code
POST
/v1/auth/password/reset
Signs out every device. Two-factor authentication stays on.
Body
application/json
codestringrequired
maxLength: 16
emailstringrequired
maxLength: 254
passwordstringrequired
The new password, at least 12 characters
maxLength: 512
Responses
errors: application/problem+json
Match errors on the problem's code, which stays the same, not on its message.