Samsung SmartThings · OAuth Scopes

Samsung SmartThings OAuth Scopes

OAuth 2.0 derived

Samsung SmartThings publishes 8 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Samsung SmartThings API on a user’s behalf.

Tokens are issued from https://api.smartthings.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Smart HomeIoTHome AutomationDevicesSamsung
Scopes: 8 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.smartthings.com/oauth/authorize
Token URL
https://api.smartthings.com/oauth/token
Flows
authorizationCode

Scopes (8)

ScopeDescriptionFlows
r:devices:* Read devices authorizationCode
r:locations:* Read locations authorizationCode
r:rules:* Read rules authorizationCode
r:scenes:* Read scenes authorizationCode
w:locations:* Manage locations authorizationCode
w:rules:* Manage rules authorizationCode
x:devices:* Control devices authorizationCode
x:scenes:* Execute scenes authorizationCode

Source

OAuth Scopes

smartthings-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/smartthings-openapi.yml
schemes:
- name: oauth2
  source: openapi/smartthings-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.smartthings.com/oauth/authorize
    tokenUrl: https://api.smartthings.com/oauth/token
  description: OAuth 2.0 authorization code flow for production integrations.
scopes:
- scope: r:devices:*
  description: Read devices
  flows:
  - authorizationCode
  sources:
  - openapi/smartthings-openapi.yml
- scope: r:locations:*
  description: Read locations
  flows:
  - authorizationCode
  sources:
  - openapi/smartthings-openapi.yml
- scope: r:rules:*
  description: Read rules
  flows:
  - authorizationCode
  sources:
  - openapi/smartthings-openapi.yml
- scope: r:scenes:*
  description: Read scenes
  flows:
  - authorizationCode
  sources:
  - openapi/smartthings-openapi.yml
- scope: w:locations:*
  description: Manage locations
  flows:
  - authorizationCode
  sources:
  - openapi/smartthings-openapi.yml
- scope: w:rules:*
  description: Manage rules
  flows:
  - authorizationCode
  sources:
  - openapi/smartthings-openapi.yml
- scope: x:devices:*
  description: Control devices
  flows:
  - authorizationCode
  sources:
  - openapi/smartthings-openapi.yml
- scope: x:scenes:*
  description: Execute scenes
  flows:
  - authorizationCode
  sources:
  - openapi/smartthings-openapi.yml