Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url https://api.example.com/api/health
"OK"

Documentation Index

Fetch the complete documentation index at: https://docs.gorules.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - text/plain

Service is healthy

The response is of type string.

Example:

"OK"