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-syncReceive outbound/inbound signals from RFID and handheld scanners
Request Headers:
X-API-Key: your_api_key_hereRequest Body Example:
{
"signal_type": "outbound",
"sku": "VEN-WIDGET-ABC1",
"quantity": 1,
"device_id": "ZEBRA-001",
"location_code": "DOCK-A"
}