---
title: "Create a channel"
method: POST
path: "/v1/domains/{domainId}/channels"
tags: ["Event Distribution Service"]
---

# Create a channel

`POST /v1/domains/{domainId}/channels`

## Path parameters

- `domainId` string, required

## Request body

- EDSWebhookChannelCreate
  - `id` string, uuid, required
  - `name` string, required
  - `supportedEventTypes` string[], required
  - `status` 'ACTIVE' | 'DISABLED'
  - `maxRetries` integer
  - `createdBy` string, uuid, required
  - `type` 'WEBHOOK', required
  - `url` string, required

## Response `200`

OK

---

[API](https://skmtc.net/ripple/apis/ripple-custody-api.md) · [All operations](https://skmtc.net/ripple/apis/ripple-custody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripple-custody-api/revisions/0b55c0ddf07a/schema)
