--- title: 'Particle' description: '' --- # Particle undefined | Detail | Value | |---|---| | Category | IoT | | Base URL | `https://api.particle.io/v1` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `particle` | ## Using Particle in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Particle** 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_functions_1) | Functions | | [GET ](./get_variables_2) | Variables | | [GET ](./get_events_3) | Events | | [GET ](./get_products_4) | Products | | [GET ](./get_firmware_5) | Firmware | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.