curl --request GET \
--url https://api.kadoa.com/v5/notifications/settings/{settingsId} \
--header 'x-api-key: <api-key>'{
"data": {
"settings": {
"id": "<string>",
"workflowId": "<string>",
"eventType": "<string>",
"eventConfiguration": {},
"enabled": true,
"channels": [
{
"id": "<string>",
"name": "<string>",
"channelType": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
},
"status": "<string>",
"message": "<string>"
}curl --request GET \
--url https://api.kadoa.com/v5/notifications/settings/{settingsId} \
--header 'x-api-key: <api-key>'{
"data": {
"settings": {
"id": "<string>",
"workflowId": "<string>",
"eventType": "<string>",
"eventConfiguration": {},
"enabled": true,
"channels": [
{
"id": "<string>",
"name": "<string>",
"channelType": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
},
"status": "<string>",
"message": "<string>"
}