Dokümantasyon
TradeRiskCrews API'sini entegre etmek için ihtiyacınız olan her şey
API Version
v1.2
Endpoints
12
Uptime
99.9%
Avg Response
2.1s
Kategoriler
Hızlı Başlangıç
TradeRiskCrews API'sini kullanmaya başlayın
API Anahtarı Oluşturma
guide
5 dkİlk Risk Skoru Hesaplama
tutorial
10 dkWebhook Kurulumu
guide
15 dkTest Ortamında Deneme
tutorial
20 dkPopüler API Endpoint'leri
En çok kullanılan API çağrıları ve örnek kodları
POST
/api/v1/lar
Kullanım: Yüksek
Load-at-Risk skoru hesaplama
{
"manifest": {
"g_tip": "8417201090",
"imdg": "Class 3",
"cargoValueUsd": 90000
},
"route": {
"startUnlocode": "TRIZM",
"destUnlocode": "NLRTM",
"eta": "2025-07-21T18:00:00Z"
}
}
GET
/api/v1/shipments
Kullanım: Orta
Aktif gönderileri listele
{
"status": "transit",
"limit": 50,
"offset": 0
}
POST
/api/v1/webhook
Kullanım: Orta
Webhook endpoint tanımlama
{
"url": "https://yourapp.com/webhook",
"events": ["risk_update", "alert_new"],
"secret": "your_webhook_secret"
}
Destek ve İletişim
Teknik Destek
API entegrasyonu ve teknik sorularınız için
Developer Community
Diğer geliştiricilerle deneyim paylaşımı