LIVE

Admin HUD

Manage API integrations and auto-procurement orders

ADMIN ACCESS

API Documentation

Connect third-party scanners (Zebra, Honeywell) to Easy Track using the Asset Sync API.

POST/api/v1/asset-sync

Receive outbound/inbound signals from RFID and handheld scanners

Request Headers:

X-API-Key: your_api_key_here

Request Body Example:

{
  "signal_type": "outbound",
  "sku": "VEN-WIDGET-ABC1",
  "quantity": 1,
  "device_id": "ZEBRA-001",
  "location_code": "DOCK-A"
}

Create New API Key