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  /QuickerSearch

Mimic the behavior of our "Quick Search" feature by parsing strings into an array, and searching across multiple common fields at once.

Request Headers:
    Content-Type: application/json
    ConsumerToken: [hashed-token-provided]
    pageNumber: 0
    pageSize: 25

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

Content-Type: application/json
ConsumerToken: [hashed-token-provided]
pageNumber: 0
pageSize: 25

{
sortBy: "1", //1 for firstName, 2 for lastName, 3 for accountName, 4 for postalCode
stringPackage: {
 "ValueID": 0, //Must be 0 to search.
 "Value": "John" //The string you want to search.
}




© 2016 AddressTwo. All Rights Reserved.