# Get Minimum Client Versions Returns minimum Tidepool client application versions. If a client application detects that it is older than the minimum version returned by this API, it should notify the user and terminate promptly. This API requires no authentication or authorization. Endpoint: GET /info Version: 1.0 ## Response 200 fields (application/json): - `versions` (object, required) - `versions.uploaderMinimum` (string, required) [Semantic Version Number 2.0.0](http://semver.org/). Regex from their [site](https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string). Example: "2.36.1"