API Integration

Open RESTful API for deep integration of logistics directly into your CRM, ERP, or CMS system.

Simple Documentation

Swagger UI with request examples in popular programming languages. Integration takes from 2 hours.

99.9% Reliability

Fault-tolerant architecture withstands any peak loads during sales and holidays.

POST /orders
curl -X POST https://winterthurexpress-delivery-service-production.up.railway.app/orders \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "senderEmail": "client@example.com",
    "senderName": "Company Ltd",
    "senderPhone": "+41440000000",
    "recipientName": "John Doe",
    "recipientPhone": "+41440000001",
    "routeFrom": "Technikumstrasse 9, Winterthur",
    "routeTo": "Bahnhofstrasse 1, Zurich",
    "packageType": "documents",
    "weightCategory": "Up to 1kg",
    "declaredValueAmount": 1000
  }'