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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.kadoa.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Workflow ID (optional, if provided returns channels linked to this workflow)
Include linked notification configurations with workflow information