Skip to content

Changelog

Release 2026-01-11

This release adds Base Data API endpoints and a new endpoint to download exported document files.

API Changes

  • Add GET /api/public/v1/base-data endpoint to export base data in Universal Accounting JSON format
  • Add PATCH /api/public/v1/base-data endpoint to update base data using Universal Accounting JSON format
  • Add GET /api/public/v1/documents/files/:id/download endpoint to download files from exported documents
  • Add new OAuth scopes: api:base-data:read, api:base-data:update, api:documents:read-exported
  • The files array is now always included in Universal Accounting JSON exports (previously only when file export was enabled)
  • The contentAsBase64 field in file entries is now optional - it is only included when file export is enabled in the configuration
  • Add credit-card-statement-file-kontera-id dimension to journal entry lines
  • Add postingType field to invoice object in Universal Accounting exports
  • See Base Data API documentation
  • See Universal Accounting Export Specification
  • See Journal Entry Dimensions

Release 2025-03-20

This release adds our preview release for our public API endpoints. It allows you to upload files and import transactions into Kontera.

API Changes

Release 2025-02-24

This release adds dimensions to the export.

API Changes

Release 2024-08-06

This release adds support for up-front configuration of exports, webhooks, open items processing and payment advises.

API Changes

Release 2024-05-01

This release adds support for contacts throughout Universal Accounting.

API Changes