# GET /sdk/core/manifest.json

Publishes the release this host serves: its version, its fingerprint, and the integrity
value for every artifact. This is the machine-readable half of "the SRI hash for every
published artifact is available to integrators"; the release notes carry the human half.

**Operation ID:** `GET_sdk_core_manifest.json`

## Authorization

No permission required.

## Parameters

| Name | In | Required | Type | Description |
| --- | --- | --- | --- | --- |
| suppressNulls | query | no | boolean | If true, omit properties with null values. |

## Responses

### 200

OK

**Content type:** `text/plain`

Schema: `PhoeniXGateHostedPaymentPageHppSdkManifestDto`

**Content type:** `application/json`

Schema: `PhoeniXGateHostedPaymentPageHppSdkManifestDto`

**Content type:** `text/json`

Schema: `PhoeniXGateHostedPaymentPageHppSdkManifestDto`

### 503

Service Unavailable

### default

The request failed. The body carries the standard error envelope: a machine-readable `error.code`, a human-readable `error.message`, and `error.validationErrors` when the failure was a validation rejection. See the error-code reference in this document's description for the values `error.code` can take.

**Content type:** `application/json`

Schema: `WinkPGHttpRemoteServiceErrorResponse`

## See also

- [All documentation](https://docs.winkpg.io/llms.txt): the machine-readable index of every public page on this site.
