Returns information about a license template
GET
/licenses/{name}
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” name
required
string
Name of the license
Responses
Section titled “ Responses ”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"}