Last updated 10 days ago
Returns information about the current server version. This should always return theversion metadata. This information is only known in packaged releases.
/version
curl -L \ --url 'http://localhost:8080/api/rest/version' \ --header 'Authorization: YOUR_API_KEY'
{ "code": "text", "message": "text" }