All pages
Powered by GitBook
1 of 1

Loading...

Find available webhooks

Use case

Here we will find a comprehensive list of notifications that can be consumed through a webhook.

Sample API call

To fetch the list of the available webhook notifications, make the API call:

Search for available notifications. Returns list of available subscription options of notifications with their configuration status.

Sample request

Below is a sample request to fetch the complete list of notifications that can be received via a webhook.

https://notification-api.sandbox.tuumplatform.com/api/v1/notification-config
curl 'https://notification-api.sandbox.tuumplatform.com/api/v1/notification-config' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHBpcnlEVGltZSI6IjIwMjMtMDctMTlUMTE6MTk6MTgiLCJyb2xlcyI6WyJBRE1JTiJdLCJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHAiOjE2ODk3NjU1NTh9.-5qHeXjRLUutCE9dRWq8GdXERBHQPZu7tVVCid_iEpQ'

Sample response

Below you will find the response body to the API call:

Response
{
    "data": [
        {
            "notificationConfigId": "ID-1140",
            "notificationTypeCode": "PERSON_DOCUMENT_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1141",
            "notificationTypeCode": "PERSON_DOCUMENT_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1142",
            "notificationTypeCode": "PERSON_RELATIONSHIP_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1143",
            "notificationTypeCode": "PERSON_RELATIONSHIP_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1144",
            "notificationTypeCode": "PERSON_ID_NUMBER_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1145",
            "notificationTypeCode": "PERSON_ID_NUMBER_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1146",
            "notificationTypeCode": "PERSON_TAX_NUMBER_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1147",
            "notificationTypeCode": "PERSON_TAX_NUMBER_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1148",
            "notificationTypeCode": "PAYMENT_PROCESSED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1149",
            "notificationTypeCode": "PAYMENT_PROCESSED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1150",
            "notificationTypeCode": "PAYMENT_SETTLED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1151",
            "notificationTypeCode": "PAYMENT_SETTLED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1152",
            "notificationTypeCode": "PAYMENT_CANCELLED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1153",
            "notificationTypeCode": "PAYMENT_CANCELLED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1154",
            "notificationTypeCode": "PERSON_ADDRESS_REMOVED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1155",
            "notificationTypeCode": "PERSON_ADDRESS_REMOVED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1156",
            "notificationTypeCode": "PERSON_DOCUMENT_REMOVED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1157",
            "notificationTypeCode": "PERSON_DOCUMENT_REMOVED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1158",
            "notificationTypeCode": "PAYMENT_ROUTER_TRANSFER_SENT",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1159",
            "notificationTypeCode": "PAYMENT_ROUTER_TRANSFER_SENT",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1160",
            "notificationTypeCode": "PERSON_ADDITIONAL_CONTACT_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1161",
            "notificationTypeCode": "PERSON_ADDITIONAL_CONTACT_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1162",
            "notificationTypeCode": "PERSON_ADDITIONAL_CONTACT_UPDATED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1163",
            "notificationTypeCode": "PERSON_ADDITIONAL_CONTACT_UPDATED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1164",
            "notificationTypeCode": "PERSON_ADDITIONAL_CONTACT_DELETED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1165",
            "notificationTypeCode": "PERSON_ADDITIONAL_CONTACT_DELETED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1167",
            "notificationTypeCode": "DEPOSIT_CONTRACT_ACTIVATED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1169",
            "notificationTypeCode": "DEPOSIT_CONTRACT_TERMINATED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1171",
            "notificationTypeCode": "DEPOSIT_CONTRACT_CLOSED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1173",
            "notificationTypeCode": "DEPOSIT_EVENT_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1174",
            "notificationTypeCode": "PERSON_RELATIONSHIP_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1175",
            "notificationTypeCode": "PERSON_RELATIONSHIP_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1176",
            "notificationTypeCode": "PERSON_RELATIONSHIP_REMOVED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1177",
            "notificationTypeCode": "PERSON_RELATIONSHIP_REMOVED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1166",
            "notificationTypeCode": "DEPOSIT_CONTRACT_ACTIVATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1170",
            "notificationTypeCode": "DEPOSIT_CONTRACT_CLOSED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1168",
            "notificationTypeCode": "DEPOSIT_CONTRACT_TERMINATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1172",
            "notificationTypeCode": "DEPOSIT_EVENT_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1188",
            "notificationTypeCode": "PAYMENT_ERROR",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1189",
            "notificationTypeCode": "PAYMENT_ERROR",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1190",
            "notificationTypeCode": "DEPOSIT_CONTRACT_PROLONGED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1191",
            "notificationTypeCode": "DEPOSIT_CONTRACT_PROLONGED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1192",
            "notificationTypeCode": "DEPOSIT_OFFER_PRESENTED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1193",
            "notificationTypeCode": "DEPOSIT_OFFER_PRESENTED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1194",
            "notificationTypeCode": "DEPOSIT_CUSTOM_FIELD_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1195",
            "notificationTypeCode": "DEPOSIT_CUSTOM_FIELD_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1196",
            "notificationTypeCode": "DEPOSIT_CUSTOM_FIELD_REMOVED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1197",
            "notificationTypeCode": "DEPOSIT_CUSTOM_FIELD_REMOVED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1200",
            "notificationTypeCode": "AML_SUBPROCESS_CREATED_COLLECTION",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1201",
            "notificationTypeCode": "AML_SUBPROCESS_CREATED_COLLECTION",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1202",
            "notificationTypeCode": "CARD_ACCOUNT_TRANSACTION_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1203",
            "notificationTypeCode": "CARD_ACCOUNT_TRANSACTION_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1204",
            "notificationTypeCode": "JOURNAL_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1205",
            "notificationTypeCode": "JOURNAL_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1206",
            "notificationTypeCode": "CARD_CREDIT_CONTRACT_CLOSED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1207",
            "notificationTypeCode": "CARD_CREDIT_CONTRACT_CLOSED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1208",
            "notificationTypeCode": "CARD_CREDIT_CONTRACT_VERSION_ACTIVATED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1209",
            "notificationTypeCode": "CARD_CREDIT_CONTRACT_VERSION_ACTIVATED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1210",
            "notificationTypeCode": "PERSON_CUSTOM_FIELD_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1211",
            "notificationTypeCode": "PERSON_CUSTOM_FIELD_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1212",
            "notificationTypeCode": "PERSON_CUSTOM_FIELD_REMOVED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1213",
            "notificationTypeCode": "PERSON_CUSTOM_FIELD_REMOVED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1178",
            "notificationTypeCode": "PAYMENT_RETURNED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1179",
            "notificationTypeCode": "PAYMENT_RETURNED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1198",
            "notificationTypeCode": "CARD_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1199",
            "notificationTypeCode": "CARD_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1180",
            "notificationTypeCode": "ACCOUNT_CUSTOM_FIELD_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1181",
            "notificationTypeCode": "ACCOUNT_CUSTOM_FIELD_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1182",
            "notificationTypeCode": "ACCOUNT_CUSTOM_FIELD_REMOVED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1183",
            "notificationTypeCode": "ACCOUNT_CUSTOM_FIELD_REMOVED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1021",
            "notificationTypeCode": "LOAN_CONTRACT_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1022",
            "notificationTypeCode": "LOAN_CONTRACT_ACCEPTED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1023",
            "notificationTypeCode": "LOAN_CONTRACT_ACTIVATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1024",
            "notificationTypeCode": "LOAN_CONTRACT_REPLACED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1025",
            "notificationTypeCode": "LOAN_CONTRACT_BLOCKED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1026",
            "notificationTypeCode": "LOAN_CONTRACT_CANCELED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1027",
            "notificationTypeCode": "ACCOUNT_ACTIVATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1028",
            "notificationTypeCode": "ACCOUNT_BLOCKED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1029",
            "notificationTypeCode": "ACCOUNT_CLOSED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1030",
            "notificationTypeCode": "ACCOUNT_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1031",
            "notificationTypeCode": "ACCOUNT_RESERVATION_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1032",
            "notificationTypeCode": "ACCOUNT_RESERVATION_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1033",
            "notificationTypeCode": "ACCOUNT_RESERVATION_RELEASED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1034",
            "notificationTypeCode": "ACCOUNT_TRANSACTION_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1035",
            "notificationTypeCode": "ACCOUNT_TRANSACTION_REVERSED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1038",
            "notificationTypeCode": "DEBT_GB_INDICATOR_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1039",
            "notificationTypeCode": "DEBT_LETTER_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1040",
            "notificationTypeCode": "LOAN_APPLICATION_ACCEPTED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1041",
            "notificationTypeCode": "LOAN_APPLICATION_DECLINED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1042",
            "notificationTypeCode": "LOAN_CREDIT_NOTE_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1043",
            "notificationTypeCode": "LOAN_INVOICE_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1044",
            "notificationTypeCode": "LOAN_OFFER_ACCEPTED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1045",
            "notificationTypeCode": "REPORT_GENERATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1046",
            "notificationTypeCode": "ACCOUNT_ACTIVATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1047",
            "notificationTypeCode": "ACCOUNT_BLOCKED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1048",
            "notificationTypeCode": "ACCOUNT_CLOSED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1049",
            "notificationTypeCode": "ACCOUNT_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1050",
            "notificationTypeCode": "ACCOUNT_RESERVATION_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1051",
            "notificationTypeCode": "ACCOUNT_RESERVATION_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1052",
            "notificationTypeCode": "ACCOUNT_RESERVATION_RELEASED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1053",
            "notificationTypeCode": "ACCOUNT_TRANSACTION_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1054",
            "notificationTypeCode": "ACCOUNT_TRANSACTION_REVERSED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1058",
            "notificationTypeCode": "DEBT_GB_INDICATOR_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1059",
            "notificationTypeCode": "DEBT_LETTER_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1060",
            "notificationTypeCode": "LOAN_APPLICATION_ACCEPTED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1061",
            "notificationTypeCode": "LOAN_APPLICATION_ACCEPTED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1062",
            "notificationTypeCode": "LOAN_APPLICATION_DECLINED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1063",
            "notificationTypeCode": "LOAN_CONTRACT_ACCEPTED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1064",
            "notificationTypeCode": "LOAN_CONTRACT_ACTIVATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1065",
            "notificationTypeCode": "LOAN_CONTRACT_BLOCKED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1066",
            "notificationTypeCode": "LOAN_CONTRACT_CANCELED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1067",
            "notificationTypeCode": "LOAN_CONTRACT_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1068",
            "notificationTypeCode": "LOAN_CONTRACT_REPLACED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1069",
            "notificationTypeCode": "LOAN_CREDIT_NOTE_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1070",
            "notificationTypeCode": "LOAN_INVOICE_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1072",
            "notificationTypeCode": "LOAN_OFFER_ACCEPTED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1073",
            "notificationTypeCode": "REPORT_GENERATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1074",
            "notificationTypeCode": "CARD_INVOICE_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1075",
            "notificationTypeCode": "CARD_INVOICE_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1076",
            "notificationTypeCode": "LOAN_REPAYMENT_REGISTERED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1077",
            "notificationTypeCode": "LOAN_REPAYMENT_REGISTERED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1078",
            "notificationTypeCode": "LOAN_REPAYMENT_CONFIRMED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1079",
            "notificationTypeCode": "LOAN_REPAYMENT_CONFIRMED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1080",
            "notificationTypeCode": "LOAN_OUTGOING_TRANSFER",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1081",
            "notificationTypeCode": "LOAN_OUTGOING_TRANSFER",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1082",
            "notificationTypeCode": "PERSON_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1083",
            "notificationTypeCode": "PERSON_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1084",
            "notificationTypeCode": "PERSON_ADDRESS_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1085",
            "notificationTypeCode": "PERSON_ADDRESS_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1086",
            "notificationTypeCode": "PERSON_DOCUMENT_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1087",
            "notificationTypeCode": "PERSON_DOCUMENT_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1088",
            "notificationTypeCode": "PERSON_CONTACT_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1089",
            "notificationTypeCode": "PERSON_CONTACT_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1090",
            "notificationTypeCode": "PERSON_ADDITIONAL_CONTACT_CHANGED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1091",
            "notificationTypeCode": "PERSON_ADDITIONAL_CONTACT_CHANGED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1094",
            "notificationTypeCode": "CARD_RENEWAL_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1095",
            "notificationTypeCode": "CARD_RENEWAL_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1096",
            "notificationTypeCode": "ACCOUNT_APPLICATION_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1097",
            "notificationTypeCode": "ACCOUNT_APPLICATION_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1098",
            "notificationTypeCode": "ACCOUNT_APPLICATION_CONFIRMED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1099",
            "notificationTypeCode": "ACCOUNT_APPLICATION_CONFIRMED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1100",
            "notificationTypeCode": "ACCOUNT_APPLICATION_PENDING",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1101",
            "notificationTypeCode": "ACCOUNT_APPLICATION_PENDING",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1102",
            "notificationTypeCode": "ACCOUNT_APPLICATION_PROCESSED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1103",
            "notificationTypeCode": "ACCOUNT_APPLICATION_PROCESSED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1104",
            "notificationTypeCode": "MASTERCARD_TOKEN_ACTIVATION_CODE_DELIVERED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1105",
            "notificationTypeCode": "MASTERCARD_TOKEN_ACTIVATION_CODE_DELIVERED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1106",
            "notificationTypeCode": "LOAN_RECEIVABLE_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1107",
            "notificationTypeCode": "LOAN_RECEIVABLE_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1108",
            "notificationTypeCode": "LOAN_CONTRACT_IMPORTED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1109",
            "notificationTypeCode": "LOAN_CONTRACT_IMPORTED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1110",
            "notificationTypeCode": "LOAN_CUSTOMER_DEATH_NOTIFICATION",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1111",
            "notificationTypeCode": "LOAN_CUSTOMER_DEATH_NOTIFICATION",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1112",
            "notificationTypeCode": "PAYMENT_ROUTER_TRANSFER_REJECTED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1113",
            "notificationTypeCode": "PAYMENT_ROUTER_TRANSFER_REJECTED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1114",
            "notificationTypeCode": "PERSON_UPDATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1115",
            "notificationTypeCode": "PERSON_UPDATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1116",
            "notificationTypeCode": "PERSON_ADDRESS_UPDATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1117",
            "notificationTypeCode": "PERSON_ADDRESS_UPDATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1118",
            "notificationTypeCode": "PERSON_DOCUMENT_UPDATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1119",
            "notificationTypeCode": "PERSON_DOCUMENT_UPDATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1120",
            "notificationTypeCode": "AML_SUBPROCESS_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1121",
            "notificationTypeCode": "AML_SUBPROCESS_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1122",
            "notificationTypeCode": "PERSON_PERSON_GROUP_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1123",
            "notificationTypeCode": "PERSON_PERSON_GROUP_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1124",
            "notificationTypeCode": "PERSON_PERSON_GROUP_REMOVED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1125",
            "notificationTypeCode": "PERSON_PERSON_GROUP_REMOVED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1126",
            "notificationTypeCode": "ACCOUNT_RIGHT_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1127",
            "notificationTypeCode": "ACCOUNT_RIGHT_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1128",
            "notificationTypeCode": "ACCOUNT_RIGHT_REMOVED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1129",
            "notificationTypeCode": "ACCOUNT_RIGHT_REMOVED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1130",
            "notificationTypeCode": "PERSON_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1131",
            "notificationTypeCode": "PERSON_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1132",
            "notificationTypeCode": "PERSON_ADDRESS_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1133",
            "notificationTypeCode": "PERSON_ADDRESS_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1134",
            "notificationTypeCode": "PERSON_ID_NUMBER_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1135",
            "notificationTypeCode": "PERSON_ID_NUMBER_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1136",
            "notificationTypeCode": "PERSON_TAX_NUMBER_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1137",
            "notificationTypeCode": "PERSON_TAX_NUMBER_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1138",
            "notificationTypeCode": "CARD_AUTHORISATION_CREATED",
            "channelCode": "WEBHOOK",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1139",
            "notificationTypeCode": "CARD_AUTHORISATION_CREATED",
            "channelCode": "RABBIT_MQ",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1092",
            "notificationTypeCode": "AUTH_EMPLOYEE_CREATED",
            "channelCode": "EMAIL",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1093",
            "notificationTypeCode": "AUTH_EMPLOYEE_PASSWORD_CHANGE",
            "channelCode": "EMAIL",
            "enabled": true
        },
        {
            "notificationConfigId": "ID-1184",
            "notificationTypeCode": "CARD_CREDIT_CONTRACT_DEFAULTED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1185",
            "notificationTypeCode": "CARD_CREDIT_CONTRACT_DEFAULTED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1186",
            "notificationTypeCode": "CARD_CREDIT_CONTRACT_BLOCKED",
            "channelCode": "WEBHOOK",
            "enabled": false
        },
        {
            "notificationConfigId": "ID-1187",
            "notificationTypeCode": "CARD_CREDIT_CONTRACT_BLOCKED",
            "channelCode": "RABBIT_MQ",
            "enabled": false
        }
    ]
}j

Result

The complete list of the notifications, including their notification generation status (enabled: false/true), was received.

https://notification-api.sandbox.tuumplatform.com/api/v1/notification-config

Learn more about the endpoint in the Tuum developer portal.

For further setup, you must have the parameter values for the notificationTypeCode and channelCode or the notificationConfigId provided in the .

find available webhooks
response