GET /version

Get the running version of the API

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • version string

      Default value is Api Version 0.2.4.

  • default
GET /version
curl \
 -X GET https://api.h2olinks.com/version
Response examples (200)
{
  "version": "Api Version 0.2.4"
}