Samsung SmartThings API logo

Samsung SmartThings API

Samsung SmartThings API

UnknownFreedeveloper-tools

Samsung SmartThings API is Samsung's smart home platform API — control SmartThings-compatible devices, subscribe device events, run automation routines.

Use it when

Samsung ecosystem brand (Samsung TVs / fridges / washers natively integrated)

Watch for

Small market share in China (mainland China market dominated by Xiaomi Mi Home)

First check

Sign up at developer.smartthings.com to create app + get personal access token (testing) or OAuth (production). GET https://api.smartthings.com/v1/devices

Auth
oauth
CORS
?
HTTPS
Yes
Signup
?
Protocol
REST, Webhook
Pricing
free

Uptime · 30-day window

Health history will appear here after the next daily check.
01

About this API

SmartThings is a smart home platform Samsung acquired in 2014 (originally independent company, started on Kickstarter in 2012). Post-Samsung acquisition, integrated into Samsung Electronics' full product line: Samsung TVs / fridges / washers natively integrate SmartThings; Samsung phones bundle SmartThings app; Samsung-partnered third-party brands (Aeotec, Sengled, hundreds) support SmartThings protocol. Differentiator is "must-have for Samsung appliance fans" — if your home is full Samsung electronics, SmartThings auto-integrates everything. Also early Matter / Thread standard pusher (Matter is the smart home interoperability protocol jointly promoted by Apple, Google, Amazon, Samsung). API for developers: build cross-vendor smart home apps (must support multi-brand hubs), professional installer custom scenarios for client homes, IoT data analytics. Competes with Google Home / Amazon Alexa in US market; in mainland China dominated by domestic platforms Xiaomi Mi Home, Huawei AI Life, Alibaba Genie.

02

What you can build

  • 1Third-party smart home apps integrating SmartThings devices
  • 2Automation routines ("7am turn on lights + start coffee maker")
  • 3Voice assistant integration (Bixby)
  • 4Remote device state monitoring
03

Strengths & limitations

Strengths

  • Samsung ecosystem brand (Samsung TVs / fridges / washers natively integrated)
  • Matter / Thread standard leading edge
  • Global device coverage (unlike some China-only smart home)

Limitations

  • Small market share in China (mainland China market dominated by Xiaomi Mi Home)
  • Matter standard still being adopted
  • Tight API rate limit
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://www.smartthings.com/<endpoint> \
  -H "Authorization: Bearer $ACCESS_TOKEN"
05

Getting started

Sign up at developer.smartthings.com to create app + get personal access token (testing) or OAuth (production). GET https://api.smartthings.com/v1/devices

06

FAQ

Can SmartThings devices be used with Apple HomeKit?+

Some devices support dual protocols. Once Matter standard is widely adopted, will be fully cross-platform compatible.

07

Technical details

CORS: ?HTTPS: YesSignup: ?Open source: No
Auth type
oauth
Pricing
free
Rate limit
默认 350 req/分;商业 partner 提高
Protocols
REST, Webhook
SDKs
javascript, python, java
08

Tags