Developer Console

Build on Naimexi

Integrate B2B trade intelligence directly. Ingest unstructured merchant feeds and access resolved GS1 inventory signals.

Core REST Endpoints

Authentication

Every request requires a Bearer authorization token header. Get live credentials in the playground.

Authorization: Bearer nmx_live_...
API Explorer
POST/v1/ingest/field-update

Request Payload

curl -X POST https://api.naimexi.com/v1/ingest/field-update \
  -H "Authorization: Bearer nmx_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "channel": "whatsapp",
    "raw_input": "20 cartons indomie chkn bodija",
    "source_id": "usr_998a1",
    "timestamp": 1781290382
  }'

Expected Response

{
  "status": "success",
  "ingestion_id": "ing_9a2f10b8",
  "resolution": {
    "raw": "indomie chkn",
    "canonical": "Indomie Chicken 70g",
    "gtin": "6151100099042",
    "confidence": 0.94
  },
  "trust_score": 0.96
}
Latency Benchmark: 14msHTTP/1.1 200 OK

Supported Webhook Events

Configure event listeners to stream B2B trade intelligence directly to your internal CRM or supply workflows.

stock_out_detected

Fires when supply levels in a specific LGA or retail point drop below 15% shelf availability.

price_spike

Triggered when price variations for resolved SKUs exceed target limits (+10% deviation).

high_velocity_sku

Dispatched when specific items display abnormal sales velocity indicators.

distribution_gap

Fires when high demand is mapped in a zone containing zero active distributors.