GET
/
ca
/
api
/
get_income_statement
Get Income Statement
curl --request GET \
  --url https://api.meetcampfire.com/ca/api/get_income_statement \
  --header 'Authorization: <api-key>'
{
  "income_statement": [
    {
      "account_id": "2555",
      "account_name": "Sales, General, and Administrative Expenses",
      "account_number": "600000",
      "hierarchy": [
        "OPERATING_EXPENSES",
        "2555"
      ],
      "2024-01-01_Total": 14883.910000000002
    },
    {
      "account_id": "2556",
      "account_name": "Sales",
      "account_number": "400000",
      "hierarchy": [
        "REVENUE",
        "2556"
      ],
      "2024-01-01_Total": 766651
    }
  ]
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

cadence
enum<string>
default:monthly
Available options:
daily,
monthly,
quarterly,
weekly,
yearly
end_date
string<date>

Latest date (inclusive) for which to retrieve data. Defaults to six months ago

entity
integer
entity_rollup
boolean
default:false

If true, includes all data of children entities in consolidation

group_by
string
start_date
string<date>

Earliest date (inclusive) for which to retrieve data. Defaults to six months ago

Response

200 - application/json

The response is of type object.