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>"
}

Authorizations

x-api-key
string
header
required

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

Response

Server version

version
string