POST
/
v5
/
notifications
/
channels
Create a new notification channel
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

201
application/json

Channel created successfully

The response is of type object.