Busie Trip Planner API - Integration Guide

This guide covers everything you need to integrate with the Busie Trip Planner API: authenticating with client credentials, creating customers, validating routes, and requesting quotes for charter trips.

Table of Contents


Overview

The Trip Planner API allows partners to programmatically create charter trip quote requests through the Busie platform. The API is designed for server-to-server (M2M) integration and is secured with OAuth 2.0 client credentials.

A typical integration flow has three steps:

  1. Create a customer profile and group for the person requesting the trip.
  2. Create a route to validate departure/destination and get distance and travel time estimates.
  3. Request a quote which creates the trip and generates a quote in a single call.

Interactive API Reference: A live Swagger UI is available at https://api.getbusie.com/v1/trip-planner/api on the API host.