cURL
curl --request GET \ --url https://api.example.com/user/bundle-history/{id}
{ "success": true, "data": { "id": 1, "package_name": "Premium Bundle", "credits": 5000, "amount": 400.00, "payment_method": "paystack", "transaction_reference": "TXN_1767234120056_zetjslzfe", "created_at": "2026-01-05T00:00:00.000000Z" } }
Retrieve a specific bundle purchase by ID
Documentation IndexFetch the complete documentation index at: https://developers.sendazi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?