2025-04-01Billing
Viewing API version 2025-04-01. View the latest version.
Export Billing Ledger Csv Endpoint
Export immutable credit ledger events as CSV.
Authorization
api_key X-API-Key<token>
Sign up at Kausate.com to get an API key
In: header
Query Parameters
startDate?|
endDate?|
customerId?|
sku?|
eventType?|
Header Parameters
Kausate-Version?string
Default
"2025-04-01"Format
dateResponse Body
application/json
application/json
curl -X GET "https://api.kausate.com/v2/billing/ledger.csv" \ -H "Kausate-Version: 2025-04-01"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Last updated on