Endpoints
Purchases
Purchases v3 endpoints
Purchases allow you to track customer transactions and connect them to your subscribers for better segmentation and targeting.
List purchases
Returns a list of all purchases for your account.
Endpoint
GET /v3/purchases
Parameters
Your API secret key
The page of results being requested. Default value is 1
. Each page of results will contain up to 50 purchases.
Retrieve a specific purchase
Show specific purchase by ID.
Endpoint
GET /v3/purchases/#{purchase_id}
Parameters
Your API secret key
The ID of the purchase you want to retrieve
Create a purchase
Create a new purchase record for tracking customer transactions.
Endpoint
POST /v3/purchases
Parameters
Your API secret key
Purchase object
Required for Third Party Integrations
We no longer support new integrations with V3 of the API. Instead learn more about building apps with the Kit App Store here
The name of your integration (e.g. eBay)
A token for tracking integrations