Public API

Connect your tools to SpoolyTracker

The public API lets third-party apps read inventory, push consumption logs, and fetch analytics with scoped organization tokens.

Public documentation

The public Swagger only contains endpoints exposed to external integrations.

Open public Swagger
Available endpoints
GET
/public-api/v1/filaments

List spools

GET
/public-api/v1/filaments/:id

Read one spool

PATCH
/public-api/v1/filaments/:id/stock

Update stock

GET
/public-api/v1/consumption

Read consumption logs

POST
/public-api/v1/consumption

Create a consumption log

GET
/public-api/v1/analytics/stock

Stock analytics

GET
/public-api/v1/analytics/consumption

Consumption analytics

curl example
curl https://api.spoolytracker.com/public-api/v1/filaments \
  -H "Authorization: Bearer sk_zsp_xxx"