Skip to main content
GET
/
user
/
bundle-history
/
{id}
Get Bundle History Item
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

Use this file to discover all available pages before exploring further.

id
integer
required
The ID of the bundle purchase
{
  "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"
  }
}