Purchases
List customer purchases. Filter by status, traineeId or productId.
get/api/public/purchases
Query parameters
pageinteger
Page number (1-based, default 1)
limitinteger
Number of items to return (default 25, max 500)
status'ACTIVE' | 'EXPIRED' | 'CANCELLED' | 'PENDING' | 'WAITING_FOR_PAYMENT'
traineeIdstring
productIdstring
Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.