> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maesn.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Product updates and announcements for the Maesn API

<Update label="May 2026">
  ## New endpoints:

  ### Buchhaltungsbutler

  * [GET /bills/:id/documents](api-reference/accounting-endpoints/bills/get-bill-document)

  ### DATEV Unternehmen Online

  * [POST /bookingProposals/async](api-reference/accounting-endpoints/bookingproposals/create-booking-proposal-async)

  ### Lexware Office

  * [POST /expenses](api-reference/accounting-endpoints/expenses/create-expense)
  * [POST /payments](api-reference/accounting-endpoints/payments/create-payment)

  ### Microsoft Business Central

  * [POST /bookingProposals](api-reference/accounting-endpoints/bookingproposals/create-booking-proposal)
  * [GET /invoices/:id/lineItems](api-reference/accounting-endpoints/invoicelineitems/get-invoice-lines)
  * [GET /invoices/:id/lineItems/:id](api-reference/accounting-endpoints/invoicelineitems/get-invoice-line)
  * [POST /invoices/:id/lineItems](api-reference/accounting-endpoints/invoicelineitems/create-invoice-line)
  * [PATCH /invoices/:id/lineItems](api-reference/accounting-endpoints/invoicelineitems/patch-invoice-line)

  ### Sage active

  * [GET /journalEntries/:id/attachments](api-reference/accounting-endpoints/journalentries/attachments/get-journal-entry-attachments)
  * [GET /journalEntries/:id/attachments:id](api-reference/accounting-endpoints/journalentries/attachments/get-journal-entry-attachment)
  * [POST /journalEntries/:id/attachments](api-reference/accounting-endpoints/journalentries/attachments/create-journal-entry-attachment)

  ### sevdesk

  * [GET /bills/:id/documents](api-reference/accounting-endpoints/bills/get-bill-document)
</Update>

<Update label="April 2026">
  ## New asynchronous endpoints

  We released new [asynchronous](async-task) versions of two endpoints, so that you can post your data to DATEV without concerns about refresh token race conditions or rate-limits

  * [POST /files/async](api-reference/accounting-endpoints/files/upload-file-async)
  * [POST /expenses/async](api-reference/accounting-endpoints/expenses/create-expense-async)

  ## Signed authentication callbacks

  We implemented signed authentication callbacks, so that you can be certain that your callbacks originate from your platform and not a malicious actor.
  More details [here](authentication#signed-callbacks)

  ## New endpoints:

  ### Exact Online

  * [POST /bookingProposals (type INVOICE\_CREDIT\_NOTE)](api-reference/accounting-endpoints/bookingproposals/create-booking-proposal)

  ### Buchhaltungsbutler

  * [GET /bills](api-reference/accounting-endpoints/bills/get-bills)
  * [GET /bills/:id](api-reference/accounting-endpoints/bills/get-bill)
  * [GET /bookingProposals](api-reference/accounting-endpoints/bookingproposals/get-booking-proposals)
  * [GET /bookingProposals/:id](api-reference/accounting-endpoints/bookingproposals/get-booking-proposal)

  ### sevdesk

  * [GET /bills](api-reference/accounting-endpoints/bills/get-bills)
  * [GET /bills/:id](api-reference/accounting-endpoints/bills/get-bill)
  * [GET /bookingProposals](api-reference/accounting-endpoints/bookingproposals/get-booking-proposals)
  * [GET /bookingProposals/:id](api-reference/accounting-endpoints/bookingproposals/get-booking-proposal)
</Update>
