Auth

Validate reset password token

Check whether a password reset token is valid and unexpired before allowing the user to submit a new password. Does not consume the token.

get/auth/reset/{token}

Path parameters

tokenstring required

The token

Response

Success

validboolean required

Whether the password reset token is valid and unexpired

Changes

No recorded changes to this endpoint across all 1 revision of this API.