/api/v1/settings

Unauthenticated endpoint reporting brief information about the running fylr instance: version, instance name, build details, Elastic index_names and license-derived capabilities. The current system status is returned in the x-fylr-status response header, which makes this path usable as a liveness/status probe.

GET /settings — Get all settings

Get all settings

get

This 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