---
title: "Changes to Get a list of notification subscription configurations"
method: POST
path: "/getNotificationConfigurationList"
---

# Changes to Get a list of notification subscription configurations

`POST /getNotificationConfigurationList`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 21 revisions.

- **2023-04-12** (v1) `45a1cea670d3` — 1 breaking, 11 warning, 1 info
- **2023-03-22** (v1) `006529adfbf8` — 12 breaking, 1 warning
- **2022-10-06** (v1) `0def803273ac` — 2 warning, 6 info
- **2022-06-02** (v1) `f0b24ad61043` — 2 warning
- **2021-08-07** (v1) `c8ceb47d7b76` — 1 info
- **2021-07-09** (v1) `4184946e3e8d` — 2 info
- **2021-04-24** (v1) `64ced2e58234` — 1 warning
- **2021-04-10** (v1) `fa01a51bf28a` — 5 info
- **2021-03-26** (v1) `988c95b5257a` — 5 info
- **2021-03-05** (v1) `f3953c93f7d9` — 1 warning
- **2020-08-05** (v1) `2104e92047bc` — 2 breaking, 1 warning, 2 info
- **2020-03-04** (v1) `8521f7daecb4` — 2 breaking, 1 warning, 23 info

## Changes

- **2023-04-12** (v1) `45a1cea670d3` — 1 breaking, 11 warning, 1 info
  - the `configurations/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `configurations/items/active` from the response with the `200` status
  - removed the optional property `configurations/items/apiVersion` from the response with the `200` status
  - removed the optional property `configurations/items/description` from the response with the `200` status
  - removed the optional property `configurations/items/eventConfigs` from the response with the `200` status
  - removed the optional property `configurations/items/messageFormat` from the response with the `200` status
  - removed the optional property `configurations/items/notificationId` from the response with the `200` status
  - removed the optional property `configurations/items/notifyPassword` from the response with the `200` status
  - removed the optional property `configurations/items/notifyURL` from the response with the `200` status
  - removed the optional property `configurations/items/notifyUsername` from the response with the `200` status
  - removed the optional property `configurations/items/sendActionHeader` from the response with the `200` status
  - removed the optional property `configurations/items/sslProtocol` from the response with the `200` status
  - added the optional property `configurations/items/NotificationConfigurationDetails` to the response with the `200` status
- **2023-03-22** (v1) `006529adfbf8` — 12 breaking, 1 warning
  - the request's body type/format changed from ``/`` to `object`/``
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `403`
  - the response's body type/format changed from ``/`` to `object`/`` for status `422`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - the response property `configurations` became optional for the status `200`
  - the response property `configurations/items/eventConfigs` became optional for the status `200`
  - the response property `configurations/items/notifyURL` became optional for the status `200`
  - the `configurations/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `configurations/items/eventConfigs/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the new `FUNDS_MIGRATED` enum value to the `configurations/items/eventConfigs/items/eventType` response property for the response status `200`
- **2022-10-06** (v1) `0def803273ac` — 2 warning, 6 info
  - added the new `ACCOUNT_HOLDER_MIGRATED` enum value to the `configurations/items/eventConfigs/items/eventType` response property for the response status `200`
  - added the new `TLSv13` enum value to the `configurations/items/sslProtocol` response property for the response status `200`
  - removed the `SSL` enum value from the `configurations/items/sslProtocol` response property for the response status `200`
  - removed the `SSLInsecureCiphers` enum value from the `configurations/items/sslProtocol` response property for the response status `200`
  - removed the `TLS` enum value from the `configurations/items/sslProtocol` response property for the response status `200`
  - removed the `TLSv10` enum value from the `configurations/items/sslProtocol` response property for the response status `200`
  - removed the `TLSv10InsecureCiphers` enum value from the `configurations/items/sslProtocol` response property for the response status `200`
  - removed the `TLSv11` enum value from the `configurations/items/sslProtocol` response property for the response status `200`
- **2022-06-02** (v1) `f0b24ad61043` — 2 warning
  - added the new `PENDING_CREDIT` enum value to the `configurations/items/eventConfigs/items/eventType` response property for the response status `200`
  - added the new `SCORE_SIGNAL_TRIGGERED` enum value to the `configurations/items/eventConfigs/items/eventType` response property for the response status `200`
- **2021-08-07** (v1) `c8ceb47d7b76` — 1 info
  - api tag `General` added
- **2021-07-09** (v1) `4184946e3e8d` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BasicAuth` was added to the API
- **2021-04-24** (v1) `64ced2e58234` — 1 warning
  - added the new `TRANSFER_NOT_PAIDOUT_TRANSFERS` enum value to the `configurations/items/eventConfigs/items/eventType` response property for the response status `200`
- **2021-04-10** (v1) `fa01a51bf28a` — 5 info
  - added the optional property `status` to the response with the `400` status
  - added the optional property `status` to the response with the `401` status
  - added the optional property `status` to the response with the `403` status
  - added the optional property `status` to the response with the `422` status
  - added the optional property `status` to the response with the `500` status
- **2021-03-26** (v1) `988c95b5257a` — 5 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `422`
  - added the non-success response with the status `500`
- **2021-03-05** (v1) `f3953c93f7d9` — 1 warning
  - added the new `ACCOUNT_FUNDS_BELOW_THRESHOLD` enum value to the `configurations/items/eventConfigs/items/eventType` response property for the response status `200`
- **2020-08-05** (v1) `2104e92047bc` — 2 breaking, 1 warning, 2 info
  - the response property `pspReference` became optional for the status `200`
  - the response property `submittedAsync` became optional for the status `200`
  - added the new `REFUND_FUNDS_TRANSFER` enum value to the `configurations/items/eventConfigs/items/eventType` response property for the response status `200`
  - api operation id `post-getNotificationConfigurationList` was added
  - removed the `TRANSFER_FUNDS_REFUND` enum value from the `configurations/items/eventConfigs/items/eventType` response property for the response status `200`
- **2020-03-04** (v1) `8521f7daecb4` — 2 breaking, 1 warning, 23 info
  - the request's body type/format changed from `object`/`` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `configurations/items/NotificationConfigurationDetails` from the response with the `200` status
  - api operation id `post-getNotificationConfigurationList` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `BasicAuth` was removed from the API
  - api tag `General` removed
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `422`
  - removed the non-success response with the status `500`
  - added the optional property `configurations/items/active` to the response with the `200` status
  - added the optional property `configurations/items/apiVersion` to the response with the `200` status
  - added the optional property `configurations/items/description` to the response with the `200` status
  - added the optional property `configurations/items/messageFormat` to the response with the `200` status
  - added the optional property `configurations/items/notificationId` to the response with the `200` status
  - added the optional property `configurations/items/notifyPassword` to the response with the `200` status
  - added the optional property `configurations/items/notifyUsername` to the response with the `200` status
  - added the optional property `configurations/items/sendActionHeader` to the response with the `200` status
  - added the optional property `configurations/items/sslProtocol` to the response with the `200` status
  - the response property `configurations` became required for the status `200`
  - the response property `pspReference` became required for the status `200`
  - the response property `submittedAsync` became required for the status `200`
  - added the required property `configurations/items/eventConfigs` to the response with the `200` status
  - added the required property `configurations/items/notifyURL` to the response with the `200` status

---

[Operation](https://skmtc.dev/adyen/apis/notificationconfigurationservice/docs/getNotificationConfigurationList/post.md) · [API](https://skmtc.dev/adyen/apis/notificationconfigurationservice.md) · [Page](https://skmtc.dev/adyen/apis/notificationconfigurationservice/changes/getNotificationConfigurationList/post)
