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.

35.7/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
14 APIs
Smart HomeIoTHome AutomationDevicesSamsung

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 35.7/100 · thin
Contract Quality 13.9 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 5.8 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. 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. Want it done for you? Prioritized profiling — $2,500 →

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 1

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

Samsung SmartThings API

OPEN COLLECTION

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.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  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.19'
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:
  - 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:
  - 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