Get the expenses list

Endpoint to get the expenses list

Important limitation:

Swagger UI does not correctly serialize nested query parameters with brackets when using the “Try it out” feature. As a result, requests built through the Swagger interface may not match the expected format and may return incorrect results.

To use advanced filters reliably, construct the URL manually or use an external HTTP client (Postman, Insomnia, curl, etc.).

The API fully supports bracket-based query syntax; this limitation applies only to Swagger UI presentation, not to the API behavior.

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

You can filter by a date range using one of the following operators:

  • $gt: greater than

  • $gte: greater than or equal

  • $lt: lower than

  • $lte: lower than or equal

  • ⚠️ Swagger UI cannot serialize these parameters correctly; build the query manually when using these operators.

Example: query[date][$gt]=2023-01-01&query[date][$lt]=2023-02-01

Accepts ISO-8601 datetime

string

You can filter by a date range using one of the following operators:

  • $gt: greater than

  • $gte: greater than or equal

  • $lt: lower than

  • $lte: lower than or equal

  • ⚠️ Swagger UI cannot serialize these parameters correctly; build the query manually when using these operators.

Example: query[date][$gt]=2023-01-01&query[date][$lt]=2023-02-01

Accepts ISO-8601 datetime

string

You can filter by a date range using one of the following operators:

  • $gt: greater than

  • $gte: greater than or equal

  • $lt: lower than

  • $lte: lower than or equal

  • ⚠️ Swagger UI cannot serialize these parameters correctly; build the query manually when using these operators.

Example: query[date][$gt]=2023-01-01&query[date][$lt]=2023-02-01

Accepts ISO-8601 datetime

string
boolean
string
string
enum
Allowed:
string
enum
Allowed:
string
enum
Allowed:
string
enum
Allowed:
number
0 to 100
Defaults to 10
number
Responses

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