Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_identity_id
string<uuid>
required

ID of the user identity for which you want to generate an instant key.

customization_profile_id
string<uuid>
max_use_count
number<float>
default:1

Maximum number of times the instant key can be used. Default: 1.

Response

OK

instant_key
object
required

Represents a Seam Instant Key. For issuing Bluetooth mobile keys, Instant Keys are the fastest way to share access. With a single API call, you can create a mobile key and send it through text or email or embed it in your own app. See the instant_key object.