Developer Docs overview
The Nordfleet public API lets you embed availability, pricing, and booking into your own website or app. It is designed to be called both server-to-server and directly from a customer’s browser.
What you can do
Section titled “What you can do”- Read the catalog of asset groups and their attributes.
- Check availability for a group and date range.
- Read rates for a group.
- Request a binding quote — a locked price valid for 30 minutes.
- Submit a booking from a quote as a pending reservation.
- Poll a booking’s status.
Base URL
Section titled “Base URL”Every tenant is served on its own subdomain. The API lives under /api/v1:
https://{tenant}.nordfleet.io/api/v1Replace {tenant} with your account’s slug (for example demo).
Next steps
Section titled “Next steps”- Read Authentication to learn about publishable keys, allowed origins, and the browser vs. server channels.
- Understand the booking lifecycle — quote, submit, and poll.
- Browse the full API Reference generated from the OpenAPI specification.