# 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"]}}}}
```
