Skip to content

Check service health

GET
/api/health
curl --request GET \
--url https://example.com/api/health

The app is reachable and reports database readiness.

Media type application/json
object
app
required
string
Allowed values: solivio
status
required
string
Allowed values: ok
database
required
One of:
object
status
required
string
Allowed values: not-configured
timestamp
required
string format: date-time
Example
{
"app": "solivio",
"status": "ok",
"database": {
"status": "not-configured"
}
}