Get Past Chargebacks
POST /api/v1/billing/chargebacks/get_pastCURL Example:
curl https://api.warpstream.com/api/v1/billing/chargebacks/get_past \
-H 'warpstream-api-key: XXXXXXXXXX' \
-H 'Content-Type: application/json' \
-d '{
"date_start": "2026-05-01",
"entity_kind": "topic",
"virtual_cluster_id": "vci_xxx",
"max_entities_per_cluster": 500,
"min_total": 0
}'Available Filters:
Response Body (JSON):
Last updated
Was this helpful?