Case Details
Get Reports
GET
/
accounting
/
report
/
{business_id}
/
{report}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
business_id
string
requiredBusiness ID
report
string
requiredValue from given list [ "accounting_balancesheet", "accounting_incomestatement", "accounting_cashflow"]
Response
200 - application/json; charset=utf-8
status
string
requiredmessage
string
requireddata
object
requiredWas this page helpful?