# Event Distribution Service

Event Distribution Service (EDS) APIs

## getAllChannels

 - [GET /v1/domains/{domainId}/channels](https://docs.ripple.com/products/custody/devbox/event-distribution-service/getallchannels.md)

## createChannel

 - [POST /v1/domains/{domainId}/channels](https://docs.ripple.com/products/custody/devbox/event-distribution-service/createchannel.md)

## testChannel

 - [POST /v1/domains/{domainId}/channels/{channelId}/test](https://docs.ripple.com/products/custody/devbox/event-distribution-service/testchannel.md)

## getChannel

 - [GET /v1/domains/{domainId}/channels/{channelId}](https://docs.ripple.com/products/custody/devbox/event-distribution-service/getchannel.md)

## deleteChannel

 - [DELETE /v1/domains/{domainId}/channels/{channelId}](https://docs.ripple.com/products/custody/devbox/event-distribution-service/deletechannel.md)

## updateChannel

 - [PATCH /v1/domains/{domainId}/channels/{channelId}](https://docs.ripple.com/products/custody/devbox/event-distribution-service/updatechannel.md)

## getAllChannelEvents

 - [GET /v1/domains/{domainId}/channels/{channelId}/events](https://docs.ripple.com/products/custody/devbox/event-distribution-service/getallchannelevents.md)

## getEvent

 - [GET /v1/domains/{domainId}/channels/{channelId}/events/{eventId}](https://docs.ripple.com/products/custody/devbox/event-distribution-service/getevent.md)

## getAllEvents

 - [GET /v1/domains/{domainId}/channels/events](https://docs.ripple.com/products/custody/devbox/event-distribution-service/getallevents.md)

