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!

1 Like

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.

1 Like

Yes it should be great to know it because if they don’t claim it in the 48h we have no possibility to resend the invite without deleting and creaating again the key which could not be possible if the locks are offline

We shoudl be able to resend the invites not redeemed after 48h until they are redeeemed.

2 Likes

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.