curl --request GET \
--url https://api.kadoa.com/v5/notifications/settings \
--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 \
--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>"
}API key for authentication
Workflow ID(s) - can be single ID, comma-separated IDs, or 'null' for workspace-level settings
Event type filter (optional)
workflow_started, workflow_finished, workflow_failed, workflow_sample_finished, workflow_data_change, system_maintenance, service_degradation, credits_low, free_trial_ending