---
title: "HEAD Health Check"
url: "https://apiportal.six-group.com/apis/sic-clearing-day-calendar-api-v1-ch-v1/versions/0f2fee1c-ce1f-4323-8b82-cfed13b6e3f3/operations/headHealthCheckForGet"
---

> Full API specification: https://apiportal.six-group.com/apis/sic-clearing-day-calendar-api-v1-ch-v1/versions/0f2fee1c-ce1f-4323-8b82-cfed13b6e3f3.md

# HEAD Health Check

`HEAD` `/healthcheck`

Operation ID: `headHealthCheckForGet`

Returns a status message of the system (only head, no content).

## Responses

- `200` - Content can be downloaded with GET method.
- `default` - Unexpected error.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Clearing Day Calendar v1
  version: 1.0 (generated 2024-03-27T17:02:01Z)
servers:
  - url: https://api.six-group.com/api/epcd/clearingday/v1
  - url: https://api.p2p.six-group.com/api/epcd/clearingday/v1
  - url: https://api.fip.six-group.com/api/epcd/clearingday/v1
paths:
  /healthcheck:
    head:
      tags:
        - healthcheck
      summary: HEAD Health Check
      description: Returns a status message of the system (only head, no content).
      operationId: headHealthCheckForGet
      responses:
        "200":
          description: Content can be downloaded with GET method.
          content: {}
        default:
          description: Unexpected error.
          content: {}
```
