Skip to main content
POST
Cash Flow Statement

Authorizations

X-API-KEY
string
header
required

Body

application/json
identifier
SingleIdentifier · object
required

Object specifying which identifier you are using to request the cash flow statement. You must supply one type and its corresponding value.

Example:
period
enum<string>
default:quarter

Select whether the cash flow statement to be provided are on an annual or quarterly basis.

Available options:
annual,
quarter
Example:

"annual"

limit
integer | null
default:20

Maximum number of cash flow statements records to return. If omitted, all cash flow statements records are returned.

Example:

20

Response

200 - application/json

Successful Response

results
CashFlowStatement · object
required
errors
ErrorDetail · object[] | null
metadata
Metadata · object | null