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

To add a new account.

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

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

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

{
AccountPublic: false, //It is for Account is public or not ex. value is false or true
Name: "my test company name" //It is company name ex. my company name, test company

}




© 2016 AddressTwo. All Rights Reserved.