Returns a list of all license templates
GET
/licenses
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”LicenseTemplateList
Media type application/json
Array<object>
LicensesListEntry is used for the API
object
key
string
name
string
url
string
Example generated
[ { "key": "example", "name": "example", "url": "example" }]