Error
A valid request URL is required to generate request examples{
"message": "<string>"
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Authentication
Reset a password with a token
Sets the new password and signs every session of that account out — whoever reset it gets back in with the new password, everyone else is thrown out. A notice email goes to the address, which is what exposes a reset the owner did not ask for.
Rate limited to 10 requests per hour per IP.
POST
/
v1
/
auth
/
reset-password
Error
A valid request URL is required to generate request examples{
"message": "<string>"
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}