Skip to content

Snipe-IT ​

IT asset management for hardware, licenses, users, and locations.

DetailValue
CategoryDevOps
Base URLhttps://snipeit.example.com/api/v1
AuthenticationBearer Token
Endpoints8
Connector keysnipe-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 ​

EndpointSummary
GET /hardwareList hardware assets
POST /hardwareCreate a hardware asset
GET /hardware/{id}Get hardware details
PUT /hardware/{id}Update hardware asset
POST /hardware/{id}/checkoutCheck out hardware
POST /hardware/{id}/checkinCheck in hardware
GET /licensesList licenses
GET /usersList users

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.