cURL
curl --request GET \ --url https://api.kadoa.com/v5/notifications/channels/{channelId} \ --header 'x-api-key: <api-key>'
{ "data": { "channel": { "id": "<string>", "name": "<string>", "channelType": "<string>", "config": { "recipients": [ "[email protected]", "[email protected]" ], "from": "[email protected]" }, "linkedConfigurations": [ { "configurationId": "<string>", "workflowId": "<string>", "eventType": "<string>", "enabled": true } ], "createdAt": "<string>", "updatedAt": "<string>" } }, "status": "<string>", "message": "<string>" }
API key for authentication
Channel ID
Include linked notification configurations with workflow information
Channel retrieved successfully
Show child attributes
Configuration object specific to the channel type
Array of recipient email addresses
["[email protected]", "[email protected]"]
Sender email address (optional, must be a @kadoa.com domain email)
"[email protected]"
List of notification configurations linked to this channel
The configuration ID
Workflow ID if this is a workflow-specific configuration, null for workspace-level configurations
Event type for this configuration (e.g., workflow_sample_finished, workflow_data_change)
Whether this configuration is enabled