---
title: "HealthCheck"
url: "https://dev.developer-internal.sanofi.com/apis/plta-permissions-api-cbz/versions/88cdfef8-3b56-44ca-883d-5b15378e5a3a/schemas/HealthCheck"
---

> Full API specification: https://dev.developer-internal.sanofi.com/apis/plta-permissions-api-cbz/versions/88cdfef8-3b56-44ca-883d-5b15378e5a3a.md

# HealthCheck

see the healthCheck spec

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Permission Administration API
  version: 1.5.0
servers:
  - url: https://dev.api.sanofi.com/permissions
components:
  schemas:
    HealthCheck:
      description: see the healthCheck spec
      properties:
        status:
          enum:
            - OK
            - WARNING
            - DOWN
          type: string
      required:
        - status
      type: object
```
