Seam also provides Instant
Keys
as an app-free alternative to mobile keys. When you create a mobile key, Seam
automatically also creates an Instant Key.
Create a User Identity
On the server side, use the Seam API to create auser_identity. A user identity represents the hotel guest, that is, your mobile app user.
- JavaScript
- cURL
- Python
- Ruby
- PHP
- C#
Code:Output:
Create an Access Grant
To create an Access Grant, specify the user identity, entrance or space IDs, and starting and ending times. Includemobile_key as a requested access method.
- JavaScript
- cURL
- Python
- Ruby
- PHP
- C#
Code:Output:
Deliver the Mobile Key
Seam provides a mobile SDK for iOS and Android that you can use to develop a mobile key app. Your user installs your mobile app and logs in. To use mobile keys, your user must enable certain phone functions—such as Bluetooth—and give your app permission to use these functions. Then, your mobile app downloads the user’s mobile key credentials and presents them to your user. The Seam mobile SDK uses a scanning model called “unlock with tap” to unlock the nearest granted entrance. Your app starts this scanning process, your user holds their mobile device up to the hotel room door or other access point, and it unlocks.Alternately, for a more streamlined experience that does not require an app
download, use Seam Instant Keys.

