---
title: "GET client-case-manager-health"
url: "https://developers.zinnia.com/apis/illustration-client-cases/versions/a31534b3-f446-4f8d-8b26-1106d7bdfb11/paths/client-case-manager-health/get"
---

> Full API specification: https://developers.zinnia.com/apis/illustration-client-cases/versions/a31534b3-f446-4f8d-8b26-1106d7bdfb11.md

# /client-case-manager/health

`GET` `/client-case-manager/health`

## Responses

- `200` - OK

## OpenAPI definition

```yaml
openapi: 3.0.4
info:
  title: Zinnia Illustration Client Cases Api
  version: v1
servers:
  - url: https://uat.api.zinnia.io
    description: Main server address for this environment
paths:
  /client-case-manager/health:
    get:
      tags:
        - Health
      responses:
        "200":
          description: OK
```
