heart-pulseHealth

Health check endpoints for monitoring service availability

Public health check

get

Returns the health status of the API. No authentication required.

Responses
chevron-right
200

Service is healthy

application/json
get
/health
200

Service is healthy

Public ping endpoint

get

Simple ping endpoint to check if the service is reachable. No authentication required.

Responses
chevron-right
200

Pong response

text/plain
ResponsestringExample: pong
get
/ping
CLI
200

Pong response

Authenticated health check

get

Returns detailed health status of the API gateway. Requires authentication.

Authorizations
AuthorizationstringRequired

JWT token for authentication

Responses
chevron-right
200

Service is healthy

application/json
get
/api/health
CLI

Last updated