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 ​
- Go to Connections and click New Connection.
- Pick Snipe-IT from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /hardware | List hardware assets |
| POST /hardware | Create a hardware asset |
| GET /hardware/{id} | Get hardware details |
| PUT /hardware/{id} | Update hardware asset |
| POST /hardware/{id}/checkout | Check out hardware |
| POST /hardware/{id}/checkin | Check in hardware |
| GET /licenses | List licenses |
| GET /users | List users |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.