Get Endpoint - GetLicense
Fetch the licensing information for a repositoryWith this endpoint the current licensing information can be read and then evaluated.
HTTP Request
One of the following requests should be made:
Query parameters
| Name | Description |
| repository | optional. The ELO repository for which the license information should be returned |
| Name | Description |
| Authorization | required Bearer {token}. See authorization |
Responses
| Code | Description | Type |
200 | The license information | LicenseInfo |
404 | No such repository has been found | |
500 | An unknown error occurred | |