---
title: "Health check using GET method (only head, no content)"
url: "https://apiportal.six-group.com/apis/swiss-bank-master-api-ch-v3/versions/e41bfa39-0a9c-4f08-95bc-081de1a37f9f/operations/headHealthCheckForGet"
---

> Full API specification: https://apiportal.six-group.com/apis/swiss-bank-master-api-ch-v3/versions/e41bfa39-0a9c-4f08-95bc-081de1a37f9f.md

# Health check using GET method (only head, no content)

`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.2
info:
  title: Swiss Bank Master API v3
  version: 3.1 (generated 2025-12-05T07:26:41Z)
servers:
  - url: https://api.six-group.com/api/epcd/bankmaster/v3
  - url: https://api.p2p.six-group.com/api/epcd/bankmaster/v3
  - url: https://api.fip.six-group.com/api/epcd/bankmaster/v3
paths:
  /healthcheck:
    head:
      tags:
        - healthcheck
      summary: Health check using GET method (only head, no content)
      description: Returns a status message of the system (only head, no content).
      operationId: headHealthCheckForGet
      responses:
        "200":
          description: Content can be downloaded with GET method.
        default:
          description: Unexpected error.
```
