TrueVault Identity Manager

Get API health status

GET /status/health

Simple health check endpoint for monitoring

Responses

StatusDescription
200 OK

API is healthy

503 Service Unavailable

Service unavailable

Content type application/json

Response fields (200)

FieldTypeRequiredDescription
status string no

One of: healthy, degraded

timestamp integer no
database string no

One of: connected, error

Example 200 response

{
  "status": "healthy",
  "timestamp": 0,
  "database": "connected"
}

Example request

curl --request GET \
  --url https://api.sandbox.truevault.com.au/api/v1/status/health