---
title: "HEAD Health Check"
url: "https://apiportal.six-group.com/apis/sic-service-status-api-v1-ch-v1/versions/0b356479-467d-4f2b-8689-37b87cd8508a/operations/headHealthCheckForGet"
---

> Full API specification: https://apiportal.six-group.com/apis/sic-service-status-api-v1-ch-v1/versions/0b356479-467d-4f2b-8689-37b87cd8508a.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.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: SIC Status API v1
  version: 1.0 (generated 2024-06-27T11:51:13Z)
servers:
  - url: https://api.six-group.com/api/sic/pci_p/status/v1
  - url: https://api.p2p.six-group.com/api/sic/pci_p/status/v1
  - url: https://api.fip.six-group.com/api/sic/pci_p/status/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: {}
```
