Capture RESTful sample code is a collection of integration examples for the following Experian Data Quality products:
The code is implemented using html, Javascript, css, and C# which requires .NET framework 4.0.
To use the sample code:
1. Get the files: Download ZIP
2. Authenticate with a token. Retrieve your token from **Self Service Portal **> Licenses. You may have to generate multiple tokens if you have more than one Experian Data Quality product.
Each product has a designated file used for authentication, found in the sample code package:
Address Validate > addressValidation.ashx
Phone Validate > phoneValidation.ashx
Email Validate > emailValidation.ashx
Open the appropriate ashx file (e.g. addressValidation.ashx) with any text editor.
Paste your token as the AuthToken value, for example:
//***Enter your token as AuthToken value***
//NOTE: Get tokens from https://manage.experianaperture.io/
private const string AuthToken = "70ba48b1-f8a2-447e-9d7c-4afdde28ef50";
3. Start using the code.
Here's a sample integration of phone, email, and address (with Verification workflow):