curl --request GET \
--url https://api.kadoa.com/v5/notifications/channels \
--header 'x-api-key: <api-key>'{
"data": {
"channels": [
{
"id": "<string>",
"name": "<string>",
"channelType": "<string>",
"config": {
"recipients": [
"user@example.com",
"admin@company.com"
],
"from": "notifications@kadoa.com"
},
"linkedConfigurations": [
{
"configurationId": "<string>",
"workflowId": "<string>",
"eventType": "<string>",
"enabled": true
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
},
"status": "<string>",
"message": "<string>"
}curl --request GET \
--url https://api.kadoa.com/v5/notifications/channels \
--header 'x-api-key: <api-key>'{
"data": {
"channels": [
{
"id": "<string>",
"name": "<string>",
"channelType": "<string>",
"config": {
"recipients": [
"user@example.com",
"admin@company.com"
],
"from": "notifications@kadoa.com"
},
"linkedConfigurations": [
{
"configurationId": "<string>",
"workflowId": "<string>",
"eventType": "<string>",
"enabled": true
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
},
"status": "<string>",
"message": "<string>"
}API key for authentication
Workflow ID (optional, if provided returns channels linked to this workflow)
Include linked notification configurations with workflow information