Setup rolling PIN code

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

Path Params
uuid
required

The asset id for which the setup should be performed.

Body Params
int32
≥ 0

Number of digits reserved for identifying an operator. Eg. if the value here is 2, there can be maximum of 100 operators being able to unlock this asset with a rolling pin (having rolling PIN generated).

int32
3 to 16

Total length of generated pin code to be entered on a keypad.

string

The shared secret. The value is Base64 encoded.

Responses
202

Accepted for asynchronous processing.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json