Reset password with token

Reset a user's password using a reset token.

Headers

AuthorizationstringRequired
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
X-API-KeystringRequired

Request

This endpoint expects an object.
reset_tokenstringRequired
Password reset token
new_passwordstringRequired
New password

Response

Successful Response
resultsobject

Errors