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

Mimic the behavior of our Recent Contacts card on the user dashboard, or pass more detailed parameters to specify recently modified/created results and a sinceDate.

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

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

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

{
RecentContactType: 0, //0 for recently contacted, 1 for recently added/modified.
SinceDate: "08-20-2016", //To implement a data sync, pass the date of your last synchronization.
ReturnType: 3 //3 for full details of contact, 1 or 2 for limited details

}




© 2016 AddressTwo. All Rights Reserved.