Architettura aperta per flussi di lavoro enterprise
CONNETTI NORIA
A TUTTO.
REST API. Webhook. Import/export in blocco. Il tuo ERP, la contabilità e i sistemi logistici comunicano con Noria attraverso un livello di integrazione documentato, verificato e di livello enterprise.
12
Scope API
Accesso a grana fine
13
Eventi Webhook
Notifiche in tempo reale
3
Formati di Esportazione
CSV, JSON, XML
Architettura developer-first
Una REST API Costruita per Carichi di Lavoro Reali
Autenticazione OAuth 2.0 e Bearer token. Controlli di accesso con scope. Rate limiting. Registro di audit completo su ogni chiamata.
Ogni integrazione inizia con l'autenticazione. Noria supporta sia flussi OAuth 2.0 che Bearer token statici per la comunicazione service-to-service. Ogni token ha scope limitato alle risorse esattamente necessarie -- niente di più.
OAuth / Bearer Auth
OAuth 2.0 authorization code flow for interactive apps. Bearer tokens for server-to-server. Rotate keys without downtime.
Scoped Access Controls
12 fine-grained scopes across 6 resource types.
Rate Limiting
Configurable per-minute and per-day limits. Defaults: 60 req/min, 10,000 req/day. Enterprise tier: custom thresholds.
Full Audit Trail
Every API call is logged with timestamp, duration, HTTP method, endpoint, status code, IP address, user agent, and authenticated user. Exportable. Searchable. Immutable.
6
Tipi di Risorse
12
Scope di Accesso
# Fetch all blocks updated in the last 24 hours
curl FLAG-XENDFLAG GET STR"https://api.noriastrata.com/v1/blocks?updated_after=2026-02-04T00:00:00Z"ENDSTR \
FLAG-HENDFLAG STR"Authorization: Bearer ns_live_k3x9..."ENDSTR \
FLAG-HENDFLAG STR"ContentFLAG-TENDFLAGype: application/json"ENDSTR
# Response (200 OK)
{
KEYSTR"data"ENDSTRENDKEY: [
{
KEYSTR"id"ENDSTRENDKEY: STR"blk_9a2f1c"ENDSTR,
KEYSTR"quarry"ENDSTRENDKEY: STR"Drama White"ENDSTR,
KEYSTR"dimensions"ENDSTRENDKEY: { KEYSTR"length"ENDSTRENDKEY: 280, KEYSTR"width"ENDSTRENDKEY: 160, KEYSTR"height"ENDSTRENDKEY: 140 },
KEYSTR"weight_kg"ENDSTRENDKEY: 15680,
KEYSTR"status"ENDSTRENDKEY: STR"available"ENDSTR,
KEYSTR"spectral_match"ENDSTRENDKEY: 99.2,
KEYSTR"updated_at"ENDSTRENDKEY: STR"2026-02-04T14:23:11Z"ENDSTR
}
],
KEYSTR"meta"ENDSTRENDKEY: { KEYSTR"total"ENDSTRENDKEY: 147, KEYSTR"page"ENDSTRENDKEY: 1, KEYSTR"per_page"ENDSTRENDKEY: 25 }
}
Notifiche eventi in tempo reale
13 Eventi Webhook. I Tuoi Sistemi Reagiscono Istantaneamente.
Ogni cambio di stato significativo in Noria genera un webhook firmato e riprovabile verso i tuoi endpoint. Movimenti di inventario, progressione trattative, aggiornamenti spedizioni -- il tuo ERP lo sa nel momento in cui accade.
Inventory Events (6)
Sales Events (5)
Logistics Events (2)
HMAC Signing
Every payload is signed with your webhook secret using HMAC-SHA256. Verify authenticity before processing. No spoofed events.
Retry with Exponential Backoff
Failed deliveries retry automatically: 1 min, 5 min, 30 min, 2 hrs, 24 hrs. Five attempts before marking as failed.
Custom Headers
Attach custom HTTP headers to webhook deliveries. Pass authentication tokens, routing keys, or correlation IDs.
Delivery Log
Full history of every webhook delivery: timestamp, HTTP status, response time, payload size, retry count. Debug integrations without guessing.
13
Tipi di Evento
Tra inventario, vendite e logistica
5
Tentativi di Ripetizione
Con backoff esponenziale
Sposta i dati in entrata e in uscita su larga scala
Import in Blocco. Export in Blocco. Zero Attriti.
Migra dai fogli di calcolo. Alimenta il tuo data warehouse. Noria gestisce CSV, JSON e XML con validazione, deduplicazione e pianificazione.
Import
Importa dati in sicurezza
Formats
CSV, JSON, XML
Dry-run mode
Preview changes before committing. See exactly what will be created, updated, or skipped.
Skip duplicates
Automatic detection of existing records by unique identifiers. No accidental overwrites.
Update existing
Merge imported data into existing records. Choose overwrite or fill-empty-fields strategy.
Row limit
Up to 10,000 rows per import batch. Queue multiple batches for larger migrations.
Export
Esporta dati alle tue condizioni
Formats
CSV, JSON, XML
Custom columns
Select exactly which fields to include. Rename columns for your downstream system.
Field filtering
Filter exported records by date range, status, quarry, client, or any indexed field.
Scheduled exports
Configure daily, weekly, or monthly exports delivered to your endpoint or email.
Row limit
Up to 50,000 rows per export. Larger datasets streamed as chunked downloads.
Entità supportate:
BlocksBundlesSlabsClientsDealsQuotesShipmentsEcosistema enterprise
Funziona con il Tuo Stack
Noria si integra con i sistemi che le aziende della pietra già utilizzano. Connettori pronti all'uso per le piattaforme principali. Integrazioni personalizzate tramite la REST API.
Non vedi il tuo sistema? La nostra REST API e l'infrastruttura webhook ti consentono di costruire integrazioni personalizzate per qualsiasi piattaforma.
Sicurezza di livello enterprise
Costruito per la Conformità. Progettato per la Fiducia.
Ogni punto di contatto dell'integrazione è protetto, verificato e verificabile.
Full Audit Trail
Every API call, webhook delivery, and bulk operation is logged with timestamp, user, IP, duration, and outcome. Immutable. Exportable. Audit-ready.
HMAC-Signed Payloads
All webhook payloads are signed with HMAC-SHA256 using your secret key. Verify every delivery. Reject tampered payloads. Zero trust by default.
Idempotent Event IDs
Every event carries a unique idempotency key. Process each event exactly once, even if delivered multiple times. No duplicate inventory adjustments.
Automatic Retry Logic
Failed webhook deliveries retry with exponential backoff: 1 min, 5 min, 30 min, 2 hrs, 24 hrs. Five attempts before flagging for manual review.
Domande Frequenti
Domande Frequenti
Guardalo dal vivo
Guarda l'Intera Piattaforma in Azione.
Demo personalizzata di 30 minuti. I tuoi dati, la tua lingua, i tuoi flussi di lavoro.