Method Name: RequestValidation()
This method is automatically run whenever the email address on file is initially set or anytime it is updated.
Parameters:
Name | Type | Required | Description |
id | string | Yes | This customer id value is provided after successfully creating a new account or by finding an account from an email address FindAccount() |
URL: https://registration.theredrook.com/RequestValidation/02dfccda-bf32-4d9f-81eb-af4cdd949360
Success Status Code: 200 (Success)
{ "Success": true }
Error Status Code: 400 (Bad Request)
Error response: JSON
{
"Error": "Customer record could not be identified."
}
Upon a successful request, an email will be sent to the account holder.
When the account holder clicks the link, the screen will display that their email address has been validated.
** If the account does not have a password set yet, the user will be required to set one at this time.