Authorization code

Hi! I’m using the Nuki API to send authorization codes via email invitations. Is there a way to track if and when a user receives or activates their invitation code? Specifically, I’d like to know if there is an endpoint, webhook, or event that can notify me once a user has successfully received or activated the invitation.

Thank you in advance for any guidance or recommendations!

Hi Leonardo,

We don’t have currently a feature in with our API or webhooks to check if the invite was redeemed yet. Please feel free to add a feature request and start collecting votes for it.

You can check if the lock was opened though. In the GET smartlock/{smartlockId}/auth there is a lockCount field, if you check for the corresponding authId that it is still 0 then it was not used yet.