Seam Docs
Search…
⌃K
👋
Welcome!
🚲
Quickstart
Get API Key
Installation
Authentication
Connect a Device
Your First Device API Call
📖
Core Concepts
Overview
Workspaces
Connect Webviews
Device Capabilities
Action Attempts
Webhooks
Access Codes
🎛
Device Guides
Get started with August Locks
Get started with Schlage Locks
Get started with Yale Locks
Get started with SmartThings Hubs + Smart Locks
Get started with NoiseAware Sensors
Generating a SmartThings personal access token
Sandbox & Sample Data
August Locks Sample Data
NoiseAware Sample Data
Schlage Encode Sample Data
SmartThings Sample Data
Reconnecting an Account
Implementing Robust Access Code Management for Guests
📋
API Clients
Overview
Installation
Authentication
Workspaces
Connect Webviews
Connected Accounts
Devices
Access Codes
Locks
Events
Action Attempt
Reference
Device Provider Metadata
Glossary
For Device Manufacturers
Creating a Seam-Compatible Intercom API
Creating a Seam-Compatible Door Locks API
Powered By GitBook

SmartThings Sample Data

JSON Representation

{
"users": [
{
"user_id": "user_1",
"email": "[email protected]",
"password": "1234"
}
],
"locks": [
{
"user_id": "user_1",
"lock_id": "790ba079-bd09-4087-9225-e2c722972b0e",
"status": "unlocked"
}
]
}

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 - Device Guides
Reconnecting an Account
Last modified 11mo ago
Copy link
On this page
JSON Representation
Users
Locks