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
-
channel/v1 - Update Channel PATCH {{baseUrl}}/channel/v1/update/{{channelId}}
-
channel/v1 - Create Channel POST {{baseUrl}}/channel/v1/create
-
channel/v1 - Get a Channel GET {{baseUrl}}/channel/v1/read/{{channelId}}