---
title: "Import a protected license renewal bundle"
method: POST
path: "/license-management/import"
tags: ["Setup"]
---

# Import a protected license renewal bundle

`POST /license-management/import`

## Response `200`

Updated license and imported renewal bundle material.

- SetupLicenseBundleImportResult
  - `license` LicenseStatusProjection, required
    - `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[]
  - `importedFiles` string[], required
  - `recipientPrivateKeyInstalled` boolean, required
  - `platformCertificateInstalled` boolean, required
  - `licenseRootCaInstalled` boolean, required
  - `customerPartyInfoImported` boolean, required

## Changes

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

- **2026-06-20** `242a55e92695` — 1 warning, 1 info
  - removed the optional property `license/deploymentId` from the response with the `200` status
  - added the optional property `license/installationId` 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-management/import/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)
