--- title: 'SmartThings' description: '' --- # SmartThings undefined | Detail | Value | |---|---| | Category | IoT | | Base URL | `https://api.smartthings.com/v1` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `smartthings` | ## Using SmartThings in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **SmartThings** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_devices_0) | Devices | | [GET ](./get_device_commands_1) | Device Commands | | [GET ](./get_locations_2) | Locations | | [GET ](./get_rooms_3) | Rooms | | [GET ](./get_scenes_4) | Scenes | | [GET ](./get_rules_5) | Rules | | [GET ](./get_subscriptions_6) | Subscriptions | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.