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": [ "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
Channel ID
Include linked notification configurations with workflow information
Channel retrieved successfully
Show child attributes