Api Change Log

What's New


  1. PUT/v2/transactions/{id} Update a transaction. Note: this is a beta endpoint, the API might still undergo changes.
  2. PUT/v2/transactions/bulkUpdate Update a list of transactions. Note: this is a beta endpoint, the API might still undergo changes.

What's Deleted


    What's Deprecated


      What's Changed


      1. DELETE/v1/qualityAssurance/deleteAccountsForMockBankConnection Delete all accounts for the currently configured mock bank connection.
        • GET/v1/qualityAssurance/configureMockBankingApi Set the configuration for banking API mocking. This endpoint is only available on quality assurance environments.
          • GET/v1/accounts/cashFlows
            • Parameters

              • interval in query Notes The interval for cash flows, available are day (default), week, month and year. change into The interval for cash flows, available are day, week, month and year; default is month
          • GET/v1/bookings/{id}
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • PUT/v1/bookings/{id}
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/public/{publicId}/bookings/{id}
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/accountHolders/payoutStatistics
            • Parameters

              • subscriptionStatus in query Notes ""Only return account holders having at least one subscription in the given status(es); default is to not apply a status filter change into Only return account holders having at least one subscription in the given status(es); default is to not apply a status filter
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/bookings
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/public/{publicId}/bookings
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/performance/realizedGains/{id}
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/transactions/{id}
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • PUT/v1/transactions/{id}
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/dividends/timeline/summary
            • Response

              • Changed response : [200]//successful operation
                • Schema incompatible

                  Changed body: 'application/json'
          • GET/v1/public/{publicId}/dividends/timeline/summary
            • Response

              • Changed response : [200]//successful operation
                • Schema incompatible

                  Changed body: 'application/json'
          • POST/v1/transactions
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/transactions
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v2/transactions
            • Parameters

              • Add dataConsistencyStatus in query//Retrieve Transactions with a matching data consistency status
              • Add isRegular in query//Retrieve Transactions that occur in a regular interval
              • include in query Notes Allows to include additional metadata. Allowed values are: bookings: include a related booking (buy, sell, dividend, ...) if the transaction is linked to it; categories: include transaction categorization change into Allows to include additional metadata. Allowed values are: bookings: include a related booking (buy, sell, dividend, ...) if the transaction is linked to it; categories: include transaction categorization tags: include transaction tags
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/cashFlowAnalytics/predict
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/dividends
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'
          • GET/v1/dividends/{id}
            • Response

              • Changed response : [200]//successful operation
                • Schema

                  Changed body: 'application/json'