Reset Password
POST/api/password/reset
Completes a password reset using the token from the reset email. Provide the token, the account email, and the new password with its confirmation. This is a public, unauthenticated endpoint. On success the password is updated (and an invited-but-unactivated account is activated); on failure a validation error is returned.
Request
Responses
- 200
- 422
- 429
OK
Response Headers
Content-Type
Unprocessable Entity
Response Headers
Content-Type
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.