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.
JSON over HTTPS. OAuth 2.0 authentication. Versioned endpoints. Available at api.routewerk.de/v1.
Subscribe to load status changes, driver events, geofence triggers, and invoice generation.
1,000 requests/minute on Business. 10,000/minute on Enterprise. Burst allowances included.
JavaScript, Python, and PHP SDKs. Auto-generated from OpenAPI 3.1 spec. Available at launch.
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
}
Request a demo to discuss integration requirements and get early API access for your stack.