Using Access Grants to Issue Instant Keys
Learn how to create an Access Grant that issues an Instant Key.
Characteristic
Creation Parameter
Description
Identify Entrances
await seam.acs.entrances.list({
acs_system_id: "c359cba2-8ef2-47fc-bee0-1c7c2a886339",
});[
{
"acs_entrance_id": "48ebfb50-c531-43c5-b9ea-409f26dabbd7",
"display_name": "Main Entrance",
"acs_system_id": "c359cba2-8ef2-47fc-bee0-1c7c2a886339",
...
},
{
"acs_entrance_id": "f74e4879-5991-4e2f-a368-888983dcfbfc",
"display_name": "Room 101",
"acs_system_id": "c359cba2-8ef2-47fc-bee0-1c7c2a886339",
...
},
...
]Create a User Identity
Create an Access Grant
Last updated
Was this helpful?

