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
π
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
August Locks Sample Data
NoiseAware Sample Data
Schlage Encode Sample Data
SmartThings Sample Data
API Endpoints
Overview
Workspaces
Devices
Connect Webviews
Connected Accounts
Action Attempt
Reference
Glossary
Legacy System
Seam Hub API for ZWave
For Device Manufacturers
Creating a Seam-Compatible Intercom API
Powered By
GitBook
SmartThings Sample Data
JSON Representation
1
{
2
"users"
:
[
3
{
4
"user_id"
:
"user_1"
,
5
"email"
:
"
[email protected]
"
,
6
"password"
:
"1234"
7
}
8
],
9
"locks"
:
[
10
{
11
"user_id"
:
"user_1"
,
12
"lock_id"
:
"790ba079-bd09-4087-9225-e2c722972b0e"
,
13
"status"
:
"unlocked"
14
}
15
]
16
}
Copied!
Users
user_id
email
password
# Locks
user_1
[email protected]
1234
1
Locks
lock_id
Owned By
Initial Status
790ba079-bd09-4087-9225-e2c722972b0e
Jane
unlocked
Previous
Schlage Encode Sample Data
Next - API Endpoints
Overview
Last modified
4mo ago
Copy link
Contents
JSON Representation
Users
Locks