Skip to content

Health check

GET
/health
curl --request GET \
--url http://localhost:8080/health \
--header 'Authorization: Bearer <token>'

Returns the health status of the API. Always accessible without authentication.

Service is healthy

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