Skip to main content
The health endpoint gives you a fast, lightweight way to confirm that FluidVoice is running and that the Local API is reachable. It returns the current app version, which you can use to guard against calling endpoints that may not exist in older releases.

Request

No request body, query parameters, or headers are required.

Response

string
required
Always "ok" when the server is healthy and responding normally.
string
required
The currently running FluidVoice app version string, for example "1.6.0". Returns "unknown" if the version cannot be read from the app bundle.

Example

Request
Response

Error responses

Call /v1/health at the start of any script that depends on the Local API. If the request fails to connect, FluidVoice is not running or the Local API is disabled. Direct users to Settings → Advanced → Local API to enable it.