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 typeapplication/json
LicensesInfo contains information about a License
object
body
string
implementation
string
key
string
name
string
url
string
Examplegenerated
{ "body": "example", "implementation": "example", "key": "example", "name": "example", "url": "example"}APINotFound is a not found error response
Media typeapplication/json
object
errors
Array<string>
message
string
url
string
Examplegenerated
{ "errors": [ "example" ], "message": "example", "url": "example"}