KausateKausate Docs
Api referenceBilling

Export Billing Ledger Csv Endpoint

Export immutable credit ledger events as CSV.

GET
/v2/billing/ledger.csv
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"2026-05-01"
Formatdate

Response Body

application/json

application/json

curl -X GET "https://api.kausate.com/v2/billing/ledger.csv" \  -H "Kausate-Version: 2026-05-01"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}

Last updated on