FeaturesFleet ChartPricingFAQContact Get Started Free
Developer API

Connect your booking website to NordFleet

A RESTful API that lets your customer-facing website check fleet availability, create reservations, manage drivers, and look up pricing — all in real time. Your website books, NordFleet manages.

Your booking website, powered by NordFleet

Your customers want to book online. But building availability checking, double-booking prevention, and pricing calculations into your website means duplicating logic that already exists in your rental management system. And keeping it in sync is a maintenance nightmare.

NordFleet's API lets your booking website talk directly to the platform. Check which vehicle groups have availability for the customer's dates, show real-time pricing, and create reservations that instantly appear on your fleet chart and in your team's dashboard. One source of truth, zero duplication.

GET /api/availability
{ "data": [ { "assetGroupId": "ag-001", "name": "Economy Class", "totalAssets": 4, "available": 2, "dailyRate": 45.00 }, { "assetGroupId": "ag-002", "name": "SUV Premium", "totalAssets": 3, "available": 1, "dailyRate": 89.00 } ] }

What you can do with the API

Real-Time Availability

Query available vehicles by date range and vehicle group. Your booking website always shows accurate, up-to-date availability.

Create Reservations

Submit reservation requests programmatically. Customer fills out a form on your website, it creates a reservation in NordFleet. Your team sees it instantly on the fleet chart.

Driver Management

Create and look up driver records via the API. Returning customers are matched automatically — no duplicate data entry.

Pricing Lookups

Calculate rental prices for any vehicle group, date range, and extras combination. Show accurate pricing on your website without hardcoding rates.

Rental Lifecycle

Manage the full rental lifecycle programmatically — create, update, return, cancel. Build custom workflows and integrations beyond the standard UI.

Secure Authentication

Token-based authentication with role-based access. API keys respect the same permission model as the web interface — no backdoors.

Create a reservation in one API call

Your booking website collects the customer's details and dates. One POST request to NordFleet creates the reservation. Your team sees it instantly on the fleet chart, and the availability updates in real time for the next customer.

POST /api/reservations
{ "assetGroupId": "ag-001", "startDate": "2026-03-15", "endDate": "2026-03-20", "driver": { "firstName": "John", "lastName": "Smith", "email": "john@example.com", "phone": "+385 91 234 5678" }, "extras": ["gps", "child-seat"] }

Ready to connect your booking website?

Start free with up to 3 vehicles. No credit card required.