Pular para o conteúdo principal
GET
JavaScript

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

credit_entitlement_id
string
obrigatório

Credit Entitlement ID

customer_id
string
obrigatório

Customer ID

Parâmetros de consulta

page_size
integer<int32>

Page size default is 10 max is 100

Intervalo obrigatório: x >= 0
page_number
integer<int32>

Page number default is 0

Intervalo obrigatório: 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

Resposta

List of ledger entries

items
object[]
obrigatório
Última modificação em 1 de abril de 2026