Skip to content

/healthz

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

Default Response

Media type application/json
object
status
required
string
Example generated
{
"status": "example"
}