cURL
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": {}, "createdAt": "<string>", "updatedAt": "<string>" } ] }, "status": "<string>", "message": "<string>" }
Workflow ID (optional, if provided returns channels linked to this workflow)
Channels retrieved successfully
The response is of type object.
object