API reference/Auth
Set a new password with a reset code
POST
/v1/auth/password/resetSigns out every device. Two-factor authentication stays on.
no auth
Request body application/json · required
codestringrequiredemailstringrequiredpasswordstringrequiredThe new password, at least 12 characters
max length 512Responses
204No Content
422Unprocessable Entityapplication/problem+json
codestringrequiredStable machine-readable error code
detailstringHuman-readable explanation
errorsarray of objectField-level validation errors
request_idstringCorrelates with server logs and traces
statusinteger (int64)requiredHTTP status code
titlestringrequiredShort summary of the problem type
typestringURI identifying the problem type
429Too Many Requestsapplication/problem+json
codestringrequiredStable machine-readable error code
detailstringHuman-readable explanation
errorsarray of objectField-level validation errors
request_idstringCorrelates with server logs and traces
statusinteger (int64)requiredHTTP status code
titlestringrequiredShort summary of the problem type
typestringURI identifying the problem type
500Internal Server Errorapplication/problem+json
codestringrequiredStable machine-readable error code
detailstringHuman-readable explanation
errorsarray of objectField-level validation errors
request_idstringCorrelates with server logs and traces
statusinteger (int64)requiredHTTP status code
titlestringrequiredShort summary of the problem type
typestringURI identifying the problem type
Was this page useful?Open an issue
v0.5