跳转到主要内容
GET
JavaScript

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

credit_entitlement_id
string
必填

Credit Entitlement ID

customer_id
string
必填

Customer ID

查询参数

page_size
integer<int32>

Page size default is 10 max is 100

必填范围: x >= 0
page_number
integer<int32>

Page number default is 0

必填范围: x >= 0
transaction_type
string

Filter by transaction type (snake_case: credit_added, credit_deducted, credit_expired, etc.)

start_date
string<date-time>

Filter by start date

end_date
string<date-time>

Filter by end date

响应

List of ledger entries

items
object[]
必填
最后修改于 2026年4月1日