Purchases v3 endpoints
Purchases allow you to track customer transactions and connect them to your subscribers for better segmentation and targeting.
Returns a list of all purchases for your account.
GET /v3/purchases
Your API secret key
The page of results being requested. Default value is 1
. Each page of results will contain up to 50 purchases.
Show specific purchase by ID.
GET /v3/purchases/#{purchase_id}
Your API secret key
The ID of the purchase you want to retrieve
Create a new purchase record for tracking customer transactions.
POST /v3/purchases
Your API secret key
Purchase object
The name of your integration (e.g. eBay)
A token for tracking integrations
Purchases v3 endpoints
Purchases allow you to track customer transactions and connect them to your subscribers for better segmentation and targeting.
Returns a list of all purchases for your account.
GET /v3/purchases
Your API secret key
The page of results being requested. Default value is 1
. Each page of results will contain up to 50 purchases.
Show specific purchase by ID.
GET /v3/purchases/#{purchase_id}
Your API secret key
The ID of the purchase you want to retrieve
Create a new purchase record for tracking customer transactions.
POST /v3/purchases
Your API secret key
Purchase object
The name of your integration (e.g. eBay)
A token for tracking integrations