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.
- Mock serverhttps://developers.forms.app/_mock/apis/v1/health
- https://api.forms.apphttps://api.forms.app/v1/health
curl -i -X GET \
https://developers.forms.app/_mock/apis/v1/healthResponse
{ "status": "ok", "now": "2024-03-15 10:30:00.000000000 +0000 UTC m=+3600.123", "agents": {} }