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
}