# Get Endpoint - CheckEula

Loads a value that indicates whether the user has agreed to the ELO Sync EULA or not.

# HTTP Request

One of the following requests should be made:

GET /api/license/check-eula

# Query parameters

Name Description
repository optional. Destination repository key.

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization

# Responses

Code Description Type
200 True if user has agreed to ELO Sync EULA otherwise false. boolean
404 No such repository has been found.
500 While loading value an internal server error has occurred.
Zuletzt aktualisiert: 7. Februar 2025 um 08:35