API to generate access codes for Nuki lock

Hi,

I would like to use Nuki API to generate access codes for Nuki lock through my website. I am looking at the Auth endpoints below:

https://api.nuki.io/#/SmartlockAuth/SmartlocksAuthsResource_put_put

I wonder what is smartLockId in those APIs? I see it has to be an integer, but the smartLockId I have in my NUKI app is alphanumeric. Where can I get an integer smartLockId?

Sincerely,

Mikhail

The Smartlock ID printed on the device is hexadecimal. You have to convert it to decimal. This helps: Hexadecimal to Decimal Converter

Thank you!