---
title: "HEAD Status in JSON Format"
url: "https://apiportal.six-group.com/apis/sic-service-status-api-v1-ch-v1/versions/0b356479-467d-4f2b-8689-37b87cd8508a/operations/headServiceStatusJson"
---

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

# HEAD Status in JSON Format

`HEAD` `/servicestatus`

Operation ID: `headServiceStatusJson`

Service status data of the SIC service in JSON format (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:
  /servicestatus:
    head:
      tags:
        - status
      summary: HEAD Status in JSON Format
      description: Service status data of the SIC service in JSON format (only head,
        no content).
      operationId: headServiceStatusJson
      responses:
        "200":
          description: Content can be downloaded with GET method.
          content: {}
```
