Samsung SmartThings API
Samsung SmartThings API
Samsung SmartThings API is Samsung's smart home platform API — control SmartThings-compatible devices, subscribe device events, run automation routines.
Samsung ecosystem brand (Samsung TVs / fridges / washers natively integrated)
Small market share in China (mainland China market dominated by Xiaomi Mi Home)
Sign up at developer.smartthings.com to create app + get personal access token (testing) or OAuth (production). GET https://api.smartthings.com/v1/devices
Uptime · 30-day window
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.
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
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
Example request
curl https://www.smartthings.com/<endpoint> \
-H "Authorization: Bearer $ACCESS_TOKEN"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
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.
Technical details
- Auth type
- oauth
- Pricing
- free
- Rate limit
- 默认 350 req/分;商业 partner 提高
- Protocols
- REST, Webhook
- SDKs
- javascript, python, java