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

Add an opportunity to the pipeline with a dollar value, probability, and expected date of close. Receive a pipelineId in response.

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

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

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

{
AccountID: 1,
Description: "Quote for Project ABC",
DollarValue: 1000,
ExpectedClose: "08-15-2016"

}




© 2016 AddressTwo. All Rights Reserved.