API

RouteWerk REST API.

Open REST API with webhooks for connecting RouteWerk to your ERP, WMS, load board, or custom tooling. Available on the Business plan and above.

REST + JSON

Standard REST API

JSON over HTTPS. OAuth 2.0 authentication. Versioned endpoints. Available at api.routewerk.de/v1.

WEBHOOKS

Real-time events

Subscribe to load status changes, driver events, geofence triggers, and invoice generation.

RATE LIMITS

Fair use policy

1,000 requests/minute on Business. 10,000/minute on Enterprise. Burst allowances included.

SDKs

Client libraries

JavaScript, Python, and PHP SDKs. Auto-generated from OpenAPI 3.1 spec. Available at launch.

EXAMPLE · GET /v1/loads
GET https://api.routewerk.de/v1/loads
Authorization: Bearer {YOUR_API_KEY}

// Response
{
  "data": [
    { "id": "ld_01HX...", "status": "in_transit",
      "driver": "Anna Schneider", "eta": "2026-06-01T14:30Z" }
  ],
  "total": 84, "page": 1
}

API access available at launch.

Request a demo to discuss integration requirements and get early API access for your stack.

Talk to us →