W3builders
AOP API

AOP API/Expenses

Get Expense Summary

GET/finance/expenses/summary
JWT bearer

Expense totals grouped by category.

Endpoint

GEThttps://api.w3builders.com/v1/finance/expenses/summary

Query params

  • from, to

Response parameters

FieldType
grand_totalvalue
by_categoryarray
Get Expense Summary
curl -X GET https://api.w3builders.com/v1/finance/expenses/summary \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ grand_total, by_category: [{ category, count, total }] }"
}
Was this page helpful?