App for guest with multiple smartlocks

A hotel wants to send out a invitation code to its guests, similar to the Airbnb process. The guest should be able to open several smartlocks with this invitation. I couldn’t find a document for links like this. Is this generally possible?

A yes/no answer would be okay.

Sorry that this was missed.

Our Web API allows “multi invite” to several devices at once with one invite code.
See PUT /smartlock/auth where you can send an array of device IDs for authorization creation.

Note that this will still trigger an invite email by Nuki.
And also Note that we recommend to use this with webhooks to get notified if authorization creation fails (for one ore more devices)
See PUT /smartlock/auth/advanced, Advance API integration and Webhooks.