GET /
Retrieves the current version of the application.
§Responses
The response will be a JSON object with the following field:
autopulse
: The version number of the application, prefixed with “v”. For example, "v1.2.3"
.
§Example Response
{
"autopulse": "v1.2.3"
}