Sunbird License API(s)
Number of APIs: 4
The License API allows you to create licenses which can be tagged to content based on your requirements over the sunbird platform. Each endpoint serves a different purpose, so based on your requirement you can do the following:
- The operations include CRUD (Create, Update, Read and Delete) operations
- The URL for Sunbird License API(s) is
/license/v3
- The backend URL for the same is
/license/v3
.
Contact Support:
Email: info@sunbird.org
-
license/v3 - Create License POST {{baseUrl}}/license/v3/create
-
license/v3 - Update License PATCH {{baseUrl}}/license/v3/update/{{licenseId}}
-
license/v3 - Read License GET {{baseUrl}}/license/v3/read/{{licenseId}}
-
license/v3 - Retire Content DELETE {{baseUrl}}/license/v3/retire/{{licenseId}}