Skip to main content
GET
Get server information

Response

200 - application/json

Server information retrieved successfully.

Minimal server posture required to render the unauthenticated login / registration page. The full feature-flag catalog is not part of this response — it's returned from GET /users/me instead, so an unauthenticated caller cannot fingerprint which capabilities the deployment has licensed on.

registration_enabled
boolean
required

Whether the dashboard should show a "Sign up" link.

Example:

false

oauth_enabled
boolean
required

Whether the dashboard should show OAuth sign-in buttons.

Example:

true

oauth_providers
object[]
required

Public OAuth providers that the frontend can show on the login page.