Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Query Parameters
Start date for the cash flow statement period
End date for the cash flow statement period
Display columns by time period
Available options:
day
, month
, year
Type of column display
Available options:
total
, date_periods
Filter out zero values
Filter out transactions
Number of decimal places to display
Example:
2
Whether to divide the number by 1000
Example:
false
Whether to show zero values
Example:
true
How to format money values
Available options:
total
, always
, none
Example:
"total"
How to format negative numbers
Available options:
parentheses
, mines
Example:
"parentheses"
Basis for the cash flow statement
Response
Cashflow statement report
The response is of type any
.