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