Skip to content

Check API health

GET
/health
curl --request GET \
--url https://api.braiv.co/v1/health

Returns the deployed API version. No API key is needed.

The API is available.

Media type application/json
object
ok
required

Whether the HTTP service is running.

boolean
version
required

Deployed public API version.

string
Example
{
"ok": true,
"version": "v1"
}