API Reference

A REST API with predictable resources, API-key auth and webhooks. Full interactive reference is on the way.

Authentication

Authenticate every request with a bearer API key generated from your workspace settings:

curl https://api.zerocon.io/v1/items \
  -H "Authorization: Bearer $ZEROCON_API_KEY"

Core endpoints

  • GET/v1/items
  • POST/v1/receipts
  • GET/v1/orders/{id}
  • POST/v1/work-orders
  • GET/v1/lots/{id}/genealogy

Need early access to the full API? Talk to us.