Version

GET /version

Returns the installed plugin version.

Responses

GET /version
curl \
 --request GET 'http://localhost:1888/v2/api/version'
Response examples (200)
{
  "Response": "2.2.2.0",
  "Error": "string",
  "StatusCode": 200,
  "Success": true,
  "Type": "API"
}