Skip to content

Get the health status of the service

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

Get the health status of the service

Returns the health status, service name, timestamp, deployed version, and uptime of the integrity service

Service is healthy

Media type application/json
object
service
required
string
status
required
string
timestamp
required
string format: date-time
uptime_seconds
required
integer format: int64
version
required
string
Example
{
"timestamp": "2025-03-12T12:00:06Z"
}