Changelog
Keep track of every change to the Adatree Consent APIThis changelog lists all additions and updates to the Adatree Consent APIs, in reverse chronological order.
October 9, 2025
- Add
DateTimeStringcomponent schema
September 15, 2025
- Add
activeandanonymisationDetailsfields toUseCaseResponse
September 2, 2025
- Add
customerIPAddresstoConsentResponse - Remove deprecated
GET /consentsendpoint
September 1, 2025
- Return 422 status code from
DELETE /consents/{consentId}when revoking an inactive consent as there is no authorised consent to be deleted on the data-holder side
August 13, 2025
- Add new
WEBHOOK_MAX_RETRIES_REACHEDconsent event type
Jun 19, 2025
- Remove unsupported
sharingEndDatefield fromPATCH /consents/{consentId}
June 5, 2025
- Add new
EMAIL_SENTconsent event type
December 19, 2024
- Add new endpoint
get /consents/v2:- Replaces
get /consentswith added support for pagination. - Supports additional query parameters.
- Replaces
- Mark
get /consentsas deprecated.
December 18, 2024
patch /consents/{consentId}/authorizationendpoint changes:- Updated success response to return
200instead of201 - Add
400response for invalid response JWT payloads - Mark
ConsentActivatedResponsemodelsuccessproperty as deprecated
- Updated success response to return
post /consents/{consentId}/authorizationendpoint changes:- Mark
ConsentAuthorizationmodelsuccessproperty as deprecated
- Mark
November 13, 2024
- Add new endpoint
post /consents/{consentId}/authorizationto- replace
get /consents/{consentId}/authorizationfor consent creation - support consent extension
- replace
- Add new endpoint
patch /consents/{consentId}/authorizationto complete consent creation or extension- replace
post /tokensfor consent creation - support consent extension
- replace
- Mark
post /tokensas deprecated - Mark
get /consents/{consentId}/authorizationas deprecated
August 13, 2024
- Add new query parameter
eventTypesto/consents/eventsendpoint
May 30, 2024
- Add new enum
EXTENDEDto/consents/eventsendpoint response. This new event type a consent was successfully extended - Add new enum
WEBHOOK_SENTto/consents/eventsendpoint response. This new event type indicates a webhook was successfully sent - Add new enum
WEBHOOK_SENDING_FAILED_CLIENT_ERRORto/consents/eventsendpoint 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_FAILEDto/consents/eventsendpoint response. This new event type indicates a webhook failed to send a webhook because of an unspecified error - Add new nullable field
eventDetailto/consents/eventsendpoint response. This new field includes more information about the event in some situations. For example, onWEBHOOK_SENDING_FAILED_CLIENT_ERRORit will show the response message from the target API
December 13, 2023
- Add new enum
DATA_COLLECTION_COMPLETEDto/consents/eventsendpoint response. This new event type indicates the completion of initial data collection (configurable) - Add new query parameter
consentIdto/consents/eventsendpoint
September 22, 2023
- Add
stateto/tokensendpoint response. This allows clients that rely on thestateparameter to access it when Data Holders encrypt the authorizationresponseparameter.
July 12, 2023
- Add
featuresto Use Case response
July 10, 2023
- Cut-over to use Auth Code Flow
May 1, 2023
- Add support for Auth Code Flow. Now the
/tokensendpoint will accept theresponsefrom Data Holder if provided instead of the combination ofcode, state and id_tokenfor a Hybrid Flow. At the same time, the combination ofcode, state and id_tokenis also supported for backward-compatibility with the Hybrid Flow
January 12, 2023
- Add support for the
combineScopesquery parameter to the/use-casesAPI. 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
