Skip to main content
The tabs below this page cover each endpoint in detail, generated from the OpenAPI spec. You can also fetch the spec directly from the API itself:
curl https://api.autoprintfarm.com/public/v1/openapi.json

Summary

MethodPathScopeNotes
GET/printersprinters:readFleet status (curated fields)
GET/jobsjobs:readPrint job queue/history, paginated
GET/inventoryinventory:readFinished-goods stock levels
All list endpoints are tenant-scoped — the key determines which tenant’s data you see.

Conventions

  • Successful responses wrap payloads in { success: true, data: ... }.
  • Errors use { success: false, code, error } with the HTTP status codes from Authentication → Error codes.
  • Pagination on /jobs uses ?limit= (1–100, default 50) and ?offset=.