This API endpoint allows you personalize a device such as a smart card, RFID card, or a token (Yubikeys).
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Parameters | Type | Description |
---|
organizationName | string | Denotes the name of the organization. |
process | string | The name of the process.
- Possible Values:
identify: To start the process of identifying the card type during device (smart card/token) personalization
issuance: To start the issuance process during device (smart card/token) personalization
rfidisssuance: To start the issuance process during the RFID device personalization
gpunlock: To start the GP Keys unlock process
gplock: To start the GP Keys lock process
change-pin: To start the process of changing a PIN
reset-pin: To start the process of resetting a PIN
verify-pin: To start the process to verify a PIN
renewal: To start the process of renewing the expired certificates
|
key | string | Unique Key to start the process. It varies based on the process.
process = identify: The key for this process is the card ATR.
process = issuance: The key for this process is the UUID. |