Samsung SmartThings website screenshot

Samsung SmartThings

Samsung SmartThings is a smart-home IoT platform for connecting, controlling, and automating devices across a home. The SmartThings API is a RESTful interface (base https://api.smartthings.com/v1) that lets integrations control devices, read device status, manage locations, rooms, and modes, build automations with Rules and Scenes, define and inspect capabilities, and build SmartApps that subscribe to events and run schedules. Authentication is via a Personal Access Token (PAT) for testing or OAuth 2.0 for production integrations. SmartThings publishes a real OpenAPI/Swagger definition at swagger.api.smartthings.com/public/st-api.yml. Event delivery is push-based over HTTP webhooks (SmartApp lifecycle callbacks and the Enterprise Eventing API sinks/subscriptions), not a public WebSocket.

Samsung SmartThings publishes 14 APIs on the APIs.io network, including Apps API, Capabilities API, Device Commands & Status API, and 11 more. Tagged areas include Smart Home, IoT, Home Automation, Devices, and Samsung.

Samsung SmartThings’ developer surface includes authentication, documentation, and 10 more developer resources.

23.2/100 emerging ▬ flat Agent 22/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serve⚡ Free to try
1 APIs
Smart HomeIoTHome AutomationDevicesSamsung

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/smartthings: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 14

Individual APIs this provider publishes, each with its own machine-readable definition.

Samsung SmartThings Apps API

SmartApp registrations (Lambda or webhook endpoints).

Samsung SmartThings Capabilities API

Standard and custom capability definitions.

Samsung SmartThings Device Commands & Status API

Execute commands, create events, and read device/component/capability status.

Samsung SmartThings Devices API

Access, control, install, update, and delete devices.

Samsung SmartThings History API

Event history for devices and locations.

Samsung SmartThings Installed Apps API

Per-user installations of a SmartApp.

Samsung SmartThings Locations API

Locations (homes) and their Modes.

Samsung SmartThings Presentations API

Device presentation and configuration metadata.

Samsung SmartThings Rooms API

Groupings of devices within a Location.

Samsung SmartThings Rules API

Condition/action Automations over connected devices.

Samsung SmartThings Scenes API

Saved sets of device states that can be executed on demand.

Samsung SmartThings Schedules API

Future/cron executions for Installed Apps.

Samsung SmartThings Subscriptions API

Event subscriptions for Installed Apps.

Samsung SmartThings Virtual Devices API

Software devices for testing automations and integrations.

Scroll for all 14

Open Collections 16

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Samsung SmartThings API

OPEN COLLECTION

Scroll for all 16

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Smartthings Rate Limits

17 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Smartthings Authentication

http/oauth2 · 2 schemes

SECURITY

Smartthings Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Smartthings Scopes

8 scopes · authorizationCode

8 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Smartthings Agentic Access

65 operations · 35 acting

65 operations · 35 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: smartthings
url: https://raw.githubusercontent.com/api-evangelist/smartthings/refs/heads/main/apis.yml
name: Samsung SmartThings
kind: company
description: Samsung SmartThings is a smart-home IoT platform for connecting, controlling, and automating devices across a
  home. The SmartThings API is a RESTful interface (base https://api.smartthings.com/v1) that lets integrations control devices,
  read device status, manage locations, rooms, and modes, build automations with Rules and Scenes, define and inspect capabilities,
  and build SmartApps that subscribe to events and run schedules. Authentication is via a Personal Access Token (PAT) for
  testing or OAuth 2.0 for production integrations. SmartThings publishes a real OpenAPI/Swagger definition at swagger.api.smartthings.com/public/st-api.yml.
  Event delivery is push-based over HTTP webhooks (SmartApp lifecycle callbacks and the Enterprise Eventing API sinks/subscriptions),
  not a public WebSocket.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  - url: https://www.smartthings.com
    status: 301
    note: declared website redirects to https://www.samsung.com/us/smartthings/ — a different registrable domain (smartthings.com
      -> samsung.com), possible rename or acquisition (probed 2026-09-03, roadmap#169)
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/smartthings.png
tags:
- Smart Home
- IoT
- Home Automation
- Devices
- Samsung
created: '2026-07-03'
modified: '2026-07-03'
specificationVersion: '0.23'
apis:
- aid: smartthings:smartthings-apps-api
  name: Samsung SmartThings Apps API
  description: SmartApp registrations (Lambda or webhook endpoints).
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Application
  tags_raw:
  - Apps
  properties:
  - type: OpenAPI
    url: openapi/smartthings-apps-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-capabilities-api
  name: Samsung SmartThings Capabilities API
  description: Standard and custom capability definitions.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Capabilities
  properties:
  - type: OpenAPI
    url: openapi/smartthings-capabilities-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-device-commands-status-api
  name: Samsung SmartThings Device Commands & Status API
  description: Execute commands, create events, and read device/component/capability status.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Device Commands & Status
  properties:
  - type: OpenAPI
    url: openapi/smartthings-device-commands-status-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-devices-api
  name: Samsung SmartThings Devices API
  description: Access, control, install, update, and delete devices.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Devices
  properties:
  - type: OpenAPI
    url: openapi/smartthings-devices-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-history-api
  name: Samsung SmartThings History API
  description: Event history for devices and locations.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - History
  properties:
  - type: OpenAPI
    url: openapi/smartthings-history-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-installed-apps-api
  name: Samsung SmartThings Installed Apps API
  description: Per-user installations of a SmartApp.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Installed Apps
  properties:
  - type: OpenAPI
    url: openapi/smartthings-installed-apps-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-locations-api
  name: Samsung SmartThings Locations API
  description: Locations (homes) and their Modes.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Locations
  properties:
  - type: OpenAPI
    url: openapi/smartthings-locations-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-presentations-api
  name: Samsung SmartThings Presentations API
  description: Device presentation and configuration metadata.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Presentations
  properties:
  - type: OpenAPI
    url: openapi/smartthings-presentations-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-rooms-api
  name: Samsung SmartThings Rooms API
  description: Groupings of devices within a Location.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Rooms
  properties:
  - type: OpenAPI
    url: openapi/smartthings-rooms-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-rules-api
  name: Samsung SmartThings Rules API
  description: Condition/action Automations over connected devices.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Rules
  properties:
  - type: OpenAPI
    url: openapi/smartthings-rules-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-scenes-api
  name: Samsung SmartThings Scenes API
  description: Saved sets of device states that can be executed on demand.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Scenes
  properties:
  - type: OpenAPI
    url: openapi/smartthings-scenes-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-schedules-api
  name: Samsung SmartThings Schedules API
  description: Future/cron executions for Installed Apps.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Schedules
  properties:
  - type: OpenAPI
    url: openapi/smartthings-schedules-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-subscriptions-api
  name: Samsung SmartThings Subscriptions API
  description: Event subscriptions for Installed Apps.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Subscription
  tags_raw:
  - Subscriptions
  properties:
  - type: OpenAPI
    url: openapi/smartthings-subscriptions-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
- aid: smartthings:smartthings-virtual-devices-api
  name: Samsung SmartThings Virtual Devices API
  description: Software devices for testing automations and integrations.
  humanURL: https://developer.smartthings.com/docs/devices/device-basics
  baseURL: https://api.smartthings.com/v1
  tags:
  - Virtual Devices
  properties:
  - type: OpenAPI
    url: openapi/smartthings-virtual-devices-api-openapi.yml
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-basics
  - type: APIReference
    url: https://developer.smartthings.com/docs/api/public
  - type: PostmanCollection
    url: collections/smartthings.postman_collection.json
  - type: OpenCollection
    url: collections/smartthings.opencollection.json
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/commands
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/locations
  - type: Documentation
    url: https://developer.smartthings.com/docs/locations/rooms
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/scenes
  - type: Documentation
    url: https://developer.smartthings.com/docs/automations/rules
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/subscriptions
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/schedules
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/smartapp-basics
  - type: Documentation
    url: https://developer.smartthings.com/docs/connected-services/lifecycles
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-presentation
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/device-history
  - type: Documentation
    url: https://developer.smartthings.com/docs/devices/virtual-devices
common:
- type: AgenticAccess
  url: agentic-access/smartthings-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/smartthings-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/smartthings-domain-security.yml
- type: Authentication
  url: authentication/smartthings-authentication.yml
- type: OAuthScopes
  url: scopes/smartthings-scopes.yml
- type: GitHubOrganization
  url: https://github.com/SmartThingsCommunity
- type: LinkedIn
  url: https://www.linkedin.com/showcase/smartthings
- type: Website
  url: https://www.smartthings.com
- type: Documentation
  url: https://developer.smartthings.com/docs
- type: Plans
  url: plans/smartthings-plans-pricing.yml
- type: RateLimits
  url: rate-limits/smartthings-rate-limits.yml
- type: FinOps
  url: finops/smartthings-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/smartthings"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/smartthings/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/smartthings/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.