# Create a channel

Endpoint: POST /v1/domains/{domainId}/channels

## Path parameters:

  - `domainId` (string, required)

## Response 200 fields (*/*):

  - `id` (string)

  - `domainId` (string)

  - `name` (string)

  - `supportedEventTypes` (array)

  - `type` (string)
    Enum: "WEBHOOK"

  - `status` (string)
    Enum: "ACTIVE", "DISABLED"

  - `maxRetries` (integer)

  - `url` (string)

  - `createdBy` (string)

  - `lastUpdatedBy` (string)

  - `createdAt` (string)

  - `lastUpdatedAt` (string)

  - `errorRate` (number)


