# Gateway

Gateway-level operational endpoints. These reflect the health and status of the API
gateway itself rather than any backend service. No authentication is required.


## Gateway health check

 - [GET /v1/health](https://developers.forms.app/apis/gateway/gatewayhealth.md): Returns the operational status of the API gateway (KrakenD) itself.
Use this endpoint for infrastructure liveness probes and uptime monitoring.

This is a KrakenD built-in endpoint — it reflects the gateway process status,
not any upstream backend service. Authentication is not required.

