Skip to main content
GET
/
api
/
v1
/
version
Get server version
curl --request GET \
  --url http://localhost:8080/api/v1/version \
  --header 'x-api-key: <api-key>'
{
  "version": "<string>",
  "environment": "<string>",
  "multiTenant": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.datris.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Response

Server version

version
string
environment
string

Environment name (e.g., oss for self-hosted, or tenant prefix for managed hosting)

multiTenant
string

Whether the server is running in multi-tenant mode (true/false)