curl --request GET \
--url https://api.example.com/user/bundle-history{
"success": true,
"data": [
{
"id": 1,
"package_name": "Premium Bundle",
"credits": 5000,
"amount": 400.00,
"created_at": "2026-01-05T00:00:00.000000Z"
},
{
"id": 2,
"package_name": "Starter Bundle",
"credits": 1000,
"amount": 100.00,
"created_at": "2026-01-01T00:00:00.000000Z"
}
]
}
Retrieve the history of purchased credit bundles
curl --request GET \
--url https://api.example.com/user/bundle-history{
"success": true,
"data": [
{
"id": 1,
"package_name": "Premium Bundle",
"credits": 5000,
"amount": 400.00,
"created_at": "2026-01-05T00:00:00.000000Z"
},
{
"id": 2,
"package_name": "Starter Bundle",
"credits": 1000,
"amount": 100.00,
"created_at": "2026-01-01T00: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.
{
"success": true,
"data": [
{
"id": 1,
"package_name": "Premium Bundle",
"credits": 5000,
"amount": 400.00,
"created_at": "2026-01-05T00:00:00.000000Z"
},
{
"id": 2,
"package_name": "Starter Bundle",
"credits": 1000,
"amount": 100.00,
"created_at": "2026-01-01T00:00:00.000000Z"
}
]
}
Was this page helpful?