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": { "recipients": [ "user@example.com", "admin@company.com" ], "from": "notifications@kadoa.com" } }'
{ "data": { "channel": {} }, "status": "<string>", "message": "<string>" }
API key for authentication
Channel created successfully
The response is of type object.
object