Home → API Documentation → Login / Password Reset → api/Validation
4.2. api/Validation
This API call is used to validate a user’s email address. The account validation email address should redirect users to a specified URL on your website.
Parameters To Submit
All parameters are required and cannot be empty.
| Parameter | Parameter Help | Parameter Data Type |
| val | Should be obtained as a querystring value on your page (sent as part of account validation email) and denotes the encrypted users email address. This value is required and cannot be an empty string. | String |
| id | Should be obtained as a querystring value on your page (sent as part of account validation email) and denotes whether the link is still active. This value is required and cannot be an empty string. | String |
Return Response
The API call ResponseMessage will return a Boolean indicating whether the update was successful.
This page was: Helpful |
Not Helpful
