curl -X GET 'https://api.tolt.com/v1/transactions?program_id=prg_YRsbPDAKhWfdqJbFACheh' \ -H 'Authorization: Bearer <API_KEY>'
{ "success": true, "has_more": true, "total_count": 45, "data": [ { "id": "txn_eK9bzRGn46BhVgNFHD6fDgXW", "amount": 9999, "customer_id": "cust_dK9bzRGn46BhVgNFHD6fDgXW", "billing_type": "subscription", "charge_id": "ch_9bzRGn46BhVgNFHD6fDgXW", "click_id": "clk_7mbzRGn46BhVgNFHD6fDgXW", "product_id": "prod_123", "product_name": "Premium Plan", "source": "stripe", "interval": "month", "created_at": "2025-01-15T14:30:00.000Z", "updated_at": "2025-01-15T14:30:00.000Z", "program_id": "prg_YRsbPDAKhWfdqJbFACheh", "partner_id": "part_JE3jbmkL9ci7sFaJazAv2" } ] }
This endpoint lists all transactions.
https://api.tolt.com
Show properties