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 current health status and uptime of the integrity service

Service is healthy

Media type application/json
object
status
required
string
uptime_seconds
required
integer format: int64
version
required
string
Example generated
{
"status": "example",
"uptime_seconds": 1,
"version": "example"
}