TulipFleet
Log inTry free
[Roadmap — soon]

TulipFleet Connect

Connect is our B2B API layer for teams that already run an ERP or TMS and need compliance + cost signals next to their own workflows.

REST + Webhook API for your ERP/TMS: ZE-Zone compliance queries, Vrachtwagenheffing cost calculation, and job/fleet data.

Sample design — will be finalised at launch

Request

POST /v1/compliance/ze-zone-check
Authorization: Bearer <token>
Content-Type: application/json

{
  "vehicle_id": "NL-42-TF",
  "destination": { "lat": 52.0907, "lon": 5.1214 }
}

Response

{
  "zone": "Utrecht Centrum",
  "status": "exemption_required",
  "heffing_estimate_eur": 5.10
}

Request Connect early access

Tell us your ERP/TMS setup and what you want to query first. We’ll follow up by email — no fake docs, no fake keys.

Or write us directly: info@tulipfleet.com

TODO: Replace mailto draft with POST endpoint when Connect waitlist API is ready.