Skip to content

Report whether the server is accepting requests.

GET
/health
curl --request GET \
--url http://127.0.0.1:8080/health

The server is accepting requests.

Media typetext/plain
string
Allowed value: ok
Example
ok

The method is not supported for this route.

Media typeapplication/problem+json
object
type
required
string format: uri-reference
title
required
string
status
required
integer
detail
required
string
instance
string format: uri-reference
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}
Allow
string
Allowed value: GET