--- title: 'Philips Hue' description: '' --- # Philips Hue undefined | Detail | Value | |---|---| | Category | IoT | | Base URL | `https://api.meethue.com/route/clip/v2` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `philips-hue` | ## Using Philips Hue in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Philips Hue** 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_lights_0) | Lights | | [GET ](./get_rooms_1) | Rooms | | [GET ](./get_zones_2) | Zones | | [GET ](./get_scenes_3) | Scenes | | [GET ](./get_grouped_lights_4) | Grouped Lights | | [GET ](./get_devices_5) | Devices | | [GET ](./get_bridges_6) | Bridges | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.