Skip to main content
GET
/
v1
/
ui
/
credits
/
ledger
/
{customerId}
List credit ledger entries for a customer
curl --request GET \
  --url https://api.example.com/v1/ui/credits/ledger/{customerId}

Path Parameters

customerId
string
required

Customer identifier

Query Parameters

type
enum<string>
Available options:
USAGE,
TOPUP,
GRANT,
REFUND,
ADJUSTMENT
startDate
string

Start date (ISO 8601)

endDate
string

End date (ISO 8601)

limit
number
offset
number

Response

200

Paginated list of credit ledger entries for the customer