v1

latestOpenAPI 3.1.12026-07-24260246894.7 KB
Accounts

List accounts

Endpoint for retrieving a list of accounts.

get/accounts/

Query parameters

classification'ASSET' | 'EQUITY' | 'EXPENSE' | 'LIABILITY' | 'REVENUE' | '__null__'

Classification

  • REVENUE - Revenue
  • EXPENSE - Expense
  • ASSET - Asset
  • LIABILITY - Liability
  • EQUITY - Equity
created_ts_afterstring date-time

The timestamp in UTC when the account was created

created_ts_beforestring date-time

The timestamp in UTC when the account was created

external_idstring

External identifier

is_payment_enabledboolean

Is payment enabled

is_systemboolean

Filter system accounts

modified_ts_afterstring date-time

The timestamp in UTC when the account was last modified

modified_ts_beforestring date-time

The timestamp in UTC when the account was last modified

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}
All 260 operations