ResetLinkToken
Check if password reset token is valid.
Path parameters
customerIdstringRequiredExample:
(Required) If null is given then a customer will be matched by the RP token.
<integer>resetPasswordLinkTokenstringRequiredExample:
(Required)
<string>Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
500
Internal Server Error
application/json
get
/V1/customers/{customerId}/password/resetLinkToken/{resetPasswordLinkToken}