Get rolling PIN code
GET/assets/:assetId/rolling-pin-code
Retrieves a PIN code that can unlock an asset if there is a valid active key. The request parameters are not needed if the rolling pin code is configured with operatorPinIdLength = 0.
Request
Responses
- 200
- 204
- 400
- 401
- 403
- 404
- 500
A rolling pin code.
There is no key that is valid currently so no pin code can be generated.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error