Sunbird Channel API(s)

Number of APIs: 3

The Channel API is an interface that allows users to manage channels. Channels are objects that represent different types of content and resources within a system. The API provides operations such as creating, reading, updating, and deleting channels.
. - The URL for Sunbird channel API(s) is channel/v1 - TestCases

Contact Support:
Email: info@sunbird.org

  1. channel/v1 - Update Channel PATCH {{baseUrl}}/channel/v1/update/{{channelId}}

  2. channel/v1 - Create Channel POST {{baseUrl}}/channel/v1/create

  3. channel/v1 - Get a Channel GET {{baseUrl}}/channel/v1/read/{{channelId}}