Skip to content

Returns information about a license template

GET
/licenses/{name}
name
required
string

Name of the license

LicenseTemplateInfo

Media type application/json

LicensesInfo contains information about a License

object
body
string
implementation
string
key
string
name
string
url
string
Example generated
{
"body": "example",
"implementation": "example",
"key": "example",
"name": "example",
"url": "example"
}

APINotFound is a not found error response

Media type application/json
object
errors
Array<string>
message
string
url
string
Example generated
{
"errors": [
"example"
],
"message": "example",
"url": "example"
}