Skip to content

Check server health

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

Successful Response

Media typeapplication/json
HealthResponse
object
status
required
Status
string
Allowed value: ok
Example
{
"status": "ok"
}