/version

Show Server Version Information

get

Returns information about the current server version. This should always return theversion metadata. This information is only known in packaged releases.

Authorizations
Responses
400Error
application/json
get
GET /api/rest/version HTTP/1.1
Host: localhost:8080
Authorization: YOUR_API_KEY
Accept: */*
{
  "code": "text",
  "message": "text"
}

Last updated