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

To add a new contact in account.

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

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

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

{
AccountID: 1, //It is AccountID in which you want to add contact ex. 1,2,3
FirstName: "Contact First name", //It is contact first name you want to add ex. John,Ricky
LastName: "Contact last name" //It is contact last name you want to add ex. Cena,Ponting

}




© 2016 AddressTwo. All Rights Reserved.