Skip to content

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.

  • 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.

Every tenant is served on its own subdomain. The API lives under /api/v1:

https://{tenant}.nordfleet.io/api/v1

Replace {tenant} with your account’s slug (for example demo).

  1. Read Authentication to learn about publishable keys, allowed origins, and the browser vs. server channels.
  2. Understand the booking lifecycle — quote, submit, and poll.
  3. Browse the full API Reference generated from the OpenAPI specification.