All URIs are relative to https://<CROWD_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
addLicense | POST /licenses | Add a license |
getLicenses | GET /licenses | Get all licenses information |
LicenseBean addLicense(LicenseBean)
Add a license
Name | Type | Description | Notes |
---|---|---|---|
LicenseBean | LicenseBean |
- Content-Type: application/json
- Accept: application/json
List getLicenses()
Get all licenses information
Upon successful request, returns a `LicensesBean` object containing license details. Be aware that `products` collection of the `LicenseBean` contains the product display names, not the product key names
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json