There was an error while loading. Please reload this page.
The Coordinator, Tenant, and Workers all support a common API for retrieving the version information.
The Meniscus API uses a URI versioning scheme. The first element of the path contains the target version identifier, e.g.:
https://meniscus.example.com/v1/
The URI version will only be incremented to accommodate major new features or API redesigns that can not be made backwards-compatible.
Retrieve the current version of the tenant API.
Template
GET {host_url}
Request
GET / HTTP/1.1 Host: meniscus.example.com
Response
Status: 200 OK {"v1": "current"}