Seam Docs
Searchβ¦
π
Welcome!
π²
Quickstart
Get API Key
Install Client Library
Connect a Device
Your First Device API Call
π
Core Concepts
Overview
Workspaces
Connect Views
Device Capabilities
Action Attempts
Webhooks
π
Device Guides
Get started with August Locks
Get started with NoiseAware Sensors
Get started with Schlage Connect Locks
Get started with SmartThings Hubs + Smart Locks
Sandbox & Sample Data
API Endpoints
Overview
Workspaces
Devices
Connect Webviews
Connected Accounts
Action Attempt
Events
Reference
Glossary
Legacy System
Seam Hub API for ZWave
Introduction
API Reference
Authentication
Workspaces
Locations
Gateways
Devices
Action Requests
Device Actions
Events
Door Locks
Lock a Door
Unlock a Door
Door Lock Events
Access Codes
Webhooks
API Compatibility
Support
For Device Manufacturers
Creating a Seam-Compatible Intercom API
Powered By
GitBook
Door Locks
Door locks are one of many device types supported by the Seam API.
Our API supports the following commands:
Lock a door
Unlock the door
Setting Access Codes
To set an access code, see the Access Code section.
As you can see on the right side, a door lock device object will indicate its supported commands given a model type.
{
"id": "9980a513-7a7b-434c-801f-27008fd0fcda",
"name": "Kwikset914 5c:a1:0",
"actions": {
"lock": {
"title": "Lock",
"description": "Locks the Door Lock",
"inputs": null
},
"unlock": {
"title": "Unlock",
"description": "Unlocks the Door Lock",
"inputs": null
}
}
}
Previous
Event Object
Next
Lock a Door
Last modified
8mo ago
Copy link