Get API health status
GET /status/health
Simple health check endpoint for monitoring
Responses
| Status | Description |
|---|---|
200 OK | API is healthy |
503 Service Unavailable | Service unavailable |
Content type application/json
Response fields (200)
| Field | Type | Required | Description |
|---|---|---|---|
status |
string | no | One of: |
timestamp |
integer | no | |
database |
string | no | One of: |
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