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
GET /V1/customers/{customerId}/password/resetLinkToken/{resetPasswordLinkToken} HTTP/1.1
Host: {{baseurl}}
Accept: */*
{}