Skip to main content
POST
Create Key Harvest Input

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

KeyStores:Fleets:KeyHarvest: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

X-DFNS-USERACTION
string
header
required

User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows

Path Parameters

storeId
string
required
Minimum string length: 1

Body

application/json
kind
enum<string>
required
Available options:
KeyHarvest
hsmTargetSerial
string
required
Minimum string length: 1
macTargetSerial
string
required
Minimum string length: 1
macTargetUsername
string
required
Minimum string length: 1
numSecp256k1
integer
Required range: 0 <= x <= 2000
numEd25519
integer
Required range: 0 <= x <= 2000

Response

200 - application/zip

Success

Zip archive containing input/input.json, the key-harvest fleet-input document.

Last modified on July 22, 2026