Skip to content

/healthz

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

Service health

Media typeapplication/json
object
status
required
string
Allowed values: ok
service
required
string
<= 2000 characters
version
required
string
<= 2000 characters
timestamp
required
string
<= 2000 characters
Example
{
"status": "ok"
}