cURL
curl --request GET \ --url http://localhost:8080/api/v1/version \ --header 'x-api-key: <api-key>'
{ "version": "<string>" }
Optional API key for authentication (enabled via application.yaml)
Server version