GET api/Account/ValidateResetPasswordToken/{affiliateId}?token={token}

Validates token received before changing user password.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
affiliateId

Affiliate id

integer

Required

token

Token to validate

string

Required

v

The requested API version

string

Required

Default value is 1

Body Parameters

None.

Response Information

Resource Description

Validates token received before changing user password.

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.