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
}
]
}
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
}
]
}
Token-based authentication with required prefix "Token"
daily
, monthly
, quarterly
, weekly
, yearly
Latest date (inclusive) for which to retrieve data. Defaults to six months ago
If true, includes all data of children entities in consolidation
Earliest date (inclusive) for which to retrieve data. Defaults to six months ago
The response is of type object
.