Rank One Partner API Version 1.0
You are currently viewing 'Forgot Password ' page
Usage
POST /Account/ForgotPassword
Content-Type
application/json
Description
Reset users password based on email.
Note
Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE".Example
Sample Body:
{
"email": "***********",
"redirectUrl": OPTIONAL
}
Returns a string response code value, see below.
Response Codes