Developer API
Developer API Reference
Integrate weighments, scale endpoints, and satellite compliance validation flows into your farm management or logistics dashboards.
POST
/api/v1/tags/registerProvision a new physical tag (RFID, NFC, or Barcode) and link it directly to an active harvest plot.
Headers
Authorization: Bearer <YOUR_SECRET_KEY>Your API access token.
Content-Type: application/jsonRequired payload format.
Request Payload
{
"tag_id": "rfid-9812-de",
"plot_id": "plot-munich-west",
"crop_type": "Organic Wheat",
"scale_id": "scale-terminal-009"
}Response Payload (200 OK)
{
"status": "registered",
"tag_hash": "0x5f9a2b8e7c10d3f4a6b2c8d9e0f1a2b3",
"registered_at": "2026-06-20T04:00:00Z"
}Need Offline Local Daemon?
If your scale terminals do not have continuous internet connectivity, check our local sync protocol daemon instructions in the systems documentation.