Skip to main content
GET
/
api
/
version
Get version
curl --request GET \
  --url http://localhost:8080/api/version
{
  "version": "1.0.0",
  "commit": "<string>",
  "build_time": "<string>"
}

Response

200 - application/json

Successful response

Version information

version
string
Example:

"1.0.0"

commit
string
build_time
string