# Collection Channels

Endpoints for managing persistent collection channels

## List channels

 - [GET /v0/collections/channels](https://docs.ripple.com/products/collections/v0/api/collections/collection-channels/listchannels.md): Retrieves a list of channels, filterable by query parameters.

## Create a channel

 - [POST /v0/collections/channels](https://docs.ripple.com/products/collections/v0/api/collections/collection-channels/createchannel.md): Creates a new payment channel between payer and beneficiary.

## Get channel details

 - [GET /v0/collections/channels/{channel_id}](https://docs.ripple.com/products/collections/v0/api/collections/collection-channels/getchannelbyid.md): Retrieves the details of a specific channel by its ID.

