List Expenses

Lists the company's expenses, newest first (ordered by id descending by default). Supports pagination, ordering and q_* filters. Requires the read-expenses permission.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
Defaults to 1

Page number.

integer
Defaults to 20

Items per page.

integer
enum

Set to 1 to return all rows without the pagination envelope key.

Allowed:
string

Ordering as field or field:asc/field:desc (a bare field orders descending). Orderable fields: id, amount, created_at, date, description, outstanding_amount.

string

Free-text search across description, vendor and bill number.

string

Filter by expense category id. Comma-separate for multiple, e.g. 3244,119.

string

Filter by expense date range as Y-m-d,Y-m-d, e.g. 2026-08-01,2026-08-31.

string
enum

Filter by payment status. unpaid matches any expense with an outstanding amount (including overdue ones); overdue narrows to unpaid expenses past their payment due date.

Allowed:
Headers
string
required

The merchant install this request acts on (install.store_id from the app.installed webhook).

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json