Setup rolling PIN code
POST/assets/:assetId/rolling-pin-code/setup
Sends a command to the device with the appropriate shared secret (20 bytes) (sharedSecretBase64), total pin length (pinLength) and number of digits that operator id takes in the pin code (operatorPinIdLength). If sharedSecretBase64 is not provided - a random value of 20 bytes is generated
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 500
Accepted for asynchronous processing.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error