Retrieve paginated credit transaction logs for the authenticated organization with advanced filtering, sorting, and pagination capabilities.
include_input=true or
include_output=true to retrieve payload data when needed.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter transactions from this date (inclusive). Format: DD-MM-YYYY
"01-01-2024"
Filter transactions until this date (inclusive). Format: DD-MM-YYYY
"31-12-2024"
Filter by specific transaction type
credit, debit, refund, purchase, deduction "debit"
Page number for pagination (1-indexed)
x >= 11
Number of records per page
1 <= x <= 500100
Include request payload data in response
false
Include response payload data in response
false
Successfully retrieved transaction logs
Response status indicator
success "success"
HTTP status code
200 200
Credits consumed by this API call (always 0.0 for read-only operations)
0
Organization's remaining credit balance
1000