AOP API/Expenses
/finance/expenses/summaryExpense totals grouped by category.
https://api.w3builders.com/v1/finance/expenses/summary| Field | Type |
|---|---|
| grand_total | value |
| by_category | array |
curl -X GET https://api.w3builders.com/v1/finance/expenses/summary \-H "Authorization: Bearer $TOKEN"
{"shape": "{ grand_total, by_category: [{ category, count, total }] }"}
curl -X GET https://api.w3builders.com/v1/finance/expenses/summary \-H "Authorization: Bearer $TOKEN"
{"shape": "{ grand_total, by_category: [{ category, count, total }] }"}