/api/v1/settings
GET /settings — Get all settings
GET /settings — Get all settingsThis settings endpoint is unprotected and delivers brief information about the running fylr instance. It can also be used to check the current status of the running fylr (no authentication required; suitable for liveness/status probes).
Differs from easydb 5: the response has no api field (easydb 5 reports
an api API-version number); fylr exposes only the version family
(version, version_release_date, version_full).
Authorizations
AuthorizationstringRequired
Access token in the Authorization header:
Authorization: Bearer <token>.
Responses
200
Brief information about the running fylr.
application/json
200
Brief information about the running fylr.
Last updated