API / Accounting
Use case / Master data sync
Use case / Accounting

List Accounts

Lists accounting codes (GL / nominal codes) for the tenant, with optional filtering and pagination.

get/v1/accounting/accounts

Query parameters

cursorstring nullable

Pagination cursor. Mutually exclusive with other query parameters

archivedboolean nullable

Filter by archived status. Omit to return all accounts.

billing_entity_codestring nullable

Filter by billing entity code.

codestring nullable

Accounting code to match exactly.

code:instring nullable

Accounting codes to match. Comma-separated list.

Response

Successful Response

next_cursorstring nullable

Example response

{
  "items": [
    {
      "billing_entity": {
        "legal_name": "Qargo BV",
        "vat_number": "NL123456789B01",
        "code": "QARGO",
        "company_registration_number": "12345678"
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.