# 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:

GET /api/license

# Query parameters

Name Description
repository optional. The ELO repository for which the license information should be returned

# Request headers

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
Zuletzt aktualisiert: 7. Februar 2025 um 08:35