API et intégration ColdChain Guard

Résumé public pour ingestion gateway, capteurs, expéditions, preuves et rapports.

ColdChain Guard

Prêt pour gateways et API
POST /api/gateways/ingest
Authorization: Bearer <gateway-api-key>
X-Idempotency-Key: shipment-2026-06-23T1015Z
X-Signature: sha256=<optional-hmac>

{
  "gatewayExternalId": "gw-madrid-01",
  "sentAt": "2026-06-23T10:15:00Z",
  "readings": [{
    "sensorExternalId": "sensor-van-001",
    "recordedAt": "2026-06-23T10:14:30Z",
    "temperatureC": 4.2,
    "humidityPercent": 63,
    "signalRssi": -68
  }]
}