v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-07336249.7 KB
License Portal

Issue a protected setup bundle

Issues a license and returns a protected setup bundle. When requestId is supplied, recipient key and platform certificate data come from the imported license request. When requestId is omitted, the portal creates the recipient keypair, certificate, and license in one operation and places the activation files in the protected bundle.

post/licenses/bundle

Request body

requestIdstring

Existing imported request to issue against. Omit for issuer-created direct bundle issuance.

customerPartyIdstring
softwarePartyIdstring
installationIdstring

Existing installation id when issuing against a pre-registered deployment. Direct setup-bundle issuance without requestId generates a new installation id.

templateIdstring
profileIdstring
productstring required
editionstring required
featuresstring[]
quotasLongMap
validFromstring
expiresAtstring
installationBaseDomainstring

Optional deployment base domain for direct issuer-created setup bundles. Omit to issue a domain-agnostic license.

platformDomainRootsstring[]

Optional allowed platform domain roots for direct issuer-created setup bundles. Empty means any base domain.

notesstring

Response

Multipart response with JSON metadata and the protected setup bundle.