cURL
curl --request POST \ --url https://api.kadoa.com/v5/notifications/channels \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "channelType": "EMAIL", "config": {} }'
{ "data": { "channel": {} }, "status": "<string>", "message": "<string>" }
Channel created successfully
The response is of type object.
object