Reports
List top expenses
Lists the top expenses for the business within the period.
GET
/
v0
/
reports
/
top-expenses
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe Teal instance ID
Query Parameters
start_date
string
requiredOnly include data after the start date (inclusive).
end_date
string
requiredOnly include data before the end date (inclusive).
limit
integer
requiredThe number of results to return
Required range:
x > 0
tag_ids
string[] | null
Comma-separated list of tag IDs for filtering. Requires a Tier 3 subscription
Response
200 - application/json
entries
object[]
requiredA list of the top highest expense
type
ledgers within the period.