--- title: 'Snipe-IT' description: 'IT asset management for hardware, licenses, users, and locations.' --- # Snipe-IT IT asset management for hardware, licenses, users, and locations. | Detail | Value | |---|---| | Category | DevOps | | Base URL | `https://snipeit.example.com/api/v1` | | Authentication | Bearer Token | | Endpoints | 8 | | Connector key | `snipe-it` | ## Using Snipe-IT in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Snipe-IT** 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 /hardware](./get_hardware_devops_listhardware) | List hardware assets | | [POST /hardware](./post_hardware_devops_createhardware) | Create a hardware asset | | [GET /hardware/{id}](./get_hardware_id_devops_gethardware) | Get hardware details | | [PUT /hardware/{id}](./put_hardware_id_devops_updatehardware) | Update hardware asset | | [POST /hardware/{id}/checkout](./post_hardware_id_checkout_devops_checkouthardware) | Check out hardware | | [POST /hardware/{id}/checkin](./post_hardware_id_checkin_devops_checkinhardware) | Check in hardware | | [GET /licenses](./get_licenses_devops_listlicenses) | List licenses | | [GET /users](./get_users_devops_listusers) | List users | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.