Purchases
Get Purchases
Retrieve a list of purchases for a connection
GET
Authorizations
A connection-specific token with access scope
Headers
The client's API key secret value
Query Parameters
The maximum number of purchases to return
Required range:
1 <= x <= 50
Example:
10
The purchase id of the last purchase you processed. The next purchase returned will be the next oldest purchase.
Example:
"01J51S0JYV6N7K1030CV1ZJH30"
Response
200
application/json
Successful Response
Whether there are more purchases available to fetch
Example:
true
The list of purchases for the connection sorted in descending order by purchase date
Example:
[
{
"date": "2024-01-01T00:00:00Z",
"purchase_id": "01J51S0JYV6N7K1030CV1ZKSJH",
"total": "100.00"
}
]