> For the complete documentation index, see [llms.txt](https://docs.truedat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truedat.io/v8.8/api-integrations/link-manager-apis/health-check.md).

# Health Check

## Health check

> Simple health check endpoint that returns 'pong'.

```json
{"openapi":"3.0.0","info":{"title":"td-lm","version":"Truedat 8.8.0"},"paths":{"/api/ping":{"get":{"description":"Simple health check endpoint that returns 'pong'.","operationId":"TdLmWeb.PingController.ping","parameters":[],"responses":{"200":{"content":{"text/plain":{"schema":{"type":"string"}}},"description":"Service is reachable"}},"summary":"Health check","tags":["Health Check"]}}}}
```
