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

# Healthcheck

Check if 31Third is up and running

## GET /1.3/healthcheck

> Returns 'Hello 31Third Trading' if this service is up and running

```json
{"openapi":"3.0.0","info":{"title":"31Third Trading API","version":"1.3"},"tags":[{"name":"healthcheck","description":"Perform healthchecks on this API and underlying services"}],"paths":{"/1.3/healthcheck":{"get":{"operationId":"HealthcheckController_getHealthcheck","summary":"Returns 'Hello 31Third Trading' if this service is up and running","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"string"}}}}},"tags":["healthcheck"]}}}}
```
