Skip to content

Returns a list of all license templates

GET
/licenses

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"
}
]