> For the complete documentation index, see [llms.txt](https://api-docs.realfinity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.realfinity.io/api/api-reference/tests.md).

# Tests

## GET /test/ping

> Health check with build/version info — no auth required

```json
{"openapi":"3.0.4","info":{"title":"HomeDashboard","version":"v1.2"},"tags":[{"name":"Tests"}],"servers":[{"url":"/homedashboard"}],"security":[{}],"paths":{"/test/ping":{"get":{"tags":["Tests"],"summary":"Health check with build/version info — no auth required","responses":{"200":{"description":"OK"}}}}}}
```
