---
title: "Preview a protected setup license bundle import"
method: POST
path: "/license/import/preview"
tags: ["Setup"]
---

# Preview a protected setup license bundle import

`POST /license/import/preview`

## Response `200`

Bundle contents and overwrite impact without changing setup state.

- SetupLicenseBundlePreviewResult
  - `importedFiles` string[], required
  - `recipientPrivateKeyPresent` boolean, required
  - `platformCertificatePresent` boolean, required
  - `licenseRootCaPresent` boolean, required
  - `customerPartyInfoPresent` boolean, required
  - `license` LicenseStatusProjection
    - `status` 'ACTIVE' | 'GRACE' | 'RECOVERY' | 'MISSING' | 'EXPIRED' | 'REVOKED' | 'SUSPENDED' | 'INVALID' | 'BLOCKED', required
    - `productSummaries` ProductLicenseSummary[]
      - `product` string, required
      - `edition` string, required
      - `modules` string[]
      - `quotaKeys` string[]
    - `customerId` string, nullable
    - `installationId` string, nullable
    - `issuer` string, nullable
    - `signingCertificateFingerprint` string, nullable
    - `expiresAt` string, date-time, nullable
    - `daysToExpiry` integer, nullable
    - `recoveryMode` boolean
    - `graceMode` boolean
    - `warnings` string[]
  - `overwriteImpact` string[], required

## Other responses

- `404` — Setup gate is closed.

## Changes

> 12 revisions in range; 1 could not be searched.

- **2026-06-26** `f6d32c93ac68` — 1 info
  - added the optional property `license` to the response with the `200` status
- **2026-06-19** `8922cd960d1c` — 2 warning
  - removed the request property `bundleKey`
  - removed the request property `installationId`
- **2026-06-19** `ef25767f07be` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sphereon-opensource/apis/platform-setup-api/changes/license/import/preview/post.md)

---

[API](https://skmtc.dev/sphereon-opensource/apis/platform-setup-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/platform-setup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/platform-setup-api/revisions/f6d32c93ac68/schema)
