Get started with SmartThings Hubs + Smart Locks
Overview
1 — Install Seam SDK
npm i seampip install seam
# For some development environments, use pip3 in this command instead of pip.bundle add seamapicomposer require seamapi/seam// build.gradle
dependencies {
implementation 'io.github.seamapi:java:0.x.x'
}<!-- pom.xml -->
<dependency>
<groupId>io.github.seamapi</groupId>
<artifactId>java</artifactId>
<version>0.x.x</version>
</dependency>go get github.com/seamapi/go$ export SEAM_API_KEY=seam_test2ZTo_0mEYQW2TvNDCxG5Atpj85Ffw2 — Link Your SmartThings Account with Seam
Locking a Door
Lock a door
Headers
Name
Type
Description
Request Body
Name
Type
Description
Unlocking a Door
Unlock a door
Headers
Name
Type
Description
Request Body
Name
Type
Description
Create an Access Code
Headers
Name
Type
Description
Request Body
Name
Type
Description
Delete an Access Code
Headers
Name
Type
Description
Request Body
Name
Type
Description
List Access Codes
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?

