# 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
Last updated: May 15, 2025 at 6:02 PM