AddressTwo.com

AddressTwo v2.0 API

This API is made available for the use of approved customer API consumers. To request an API Key, contact us at [email protected] first to discuss your project and request access.

Universal base URL for all the Endpoints: http://apiv2.addresstwo.com/api/


POST  /CheckAccountDuplicates

Pass object of firstName , lastName, email individually or combined to check if it exist or not.

Request Headers:
    Content-Type: application/json
    ConsumerToken: [hashed-token-provided]

POST http://apiv2.addresstwo.com/api/CheckAccountDuplicates

Content-Type: application/json
ConsumerToken: [hashed-token-provided]

{
ValueObs: {
 "fieldName": "FirstName", //It is fieldName you want to check ex. FirstName,LastName,EmailAddress
 "fieldValue": "My first name" //It is fieldValue you want to check ex. My First Name,My Last Name,[email protected]
}




© 2016 AddressTwo. All Rights Reserved.