Changelog

Keep track of every change to the Adatree Consent API

This changelog lists all additions and updates to the Adatree Consent APIs, in chronological order.

Aug 13, 2024

  • Add new query parameter eventTypes to /consents/events endpoint

May 30, 2024

  • Add new enum EXTENDED to /consents/events endpoint response. This new event type a consent was successfully extended
  • Add new enum WEBHOOK_SENT to /consents/events endpoint response. This new event type indicates a webhook was successfully sent
  • Add new enum WEBHOOK_SENDING_FAILED_CLIENT_ERROR to /consents/events endpoint response. This new event type indicates a webhook failed to send a webhook because of an error with the target API
  • Add new enum WEBHOOK_SENDING_FAILED to /consents/events endpoint response. This new event type indicates a webhook failed to send a webhook because of an unspecified error
  • Add new nullable field eventDetail to /consents/events endpoint response. This new field includes more information about the event in some situations. For example, on WEBHOOK_SENDING_FAILED_CLIENT_ERROR it will show the response message from the target API

December 13, 2023

  • Add new enum DATA_COLLECTION_COMPLETED to /consents/events endpoint response. This new event type indicates the completion of initial data collection (configurable)
  • Add new query parameter consentId to /consents/events endpoint

September 22, 2023

  • Add state to /tokens endpoint response. This allows clients that rely on the state parameter to access it when Data Holders encrypt the authorization response parameter.

July 12, 2023

  • Add features to Use Case response

July 10, 2023

  • Cut-over to use Auth Code Flow

May 1, 2023

  • Add support for Auth Code Flow. Now the /tokens endpoint will accept the response from Data Holder if provided instead of the combination of code, state and id_token for a Hybrid Flow. At the same time, the combination of code, state and id_token is also supported for backward-compatibility with the Hybrid Flow

January 12, 2023

  • Add support for the combineScopes query parameter to the /use-cases API. This combines the use case language data clusters that are combinable according to the CDS Experience Standards e.g. Account name, type and balance and Account numbers and features data clusters are combined to Account balance and details resulting in one less click for the consumer on the consent page.

January 1, 2023

  • API Changelog created