Skip to main content

Tenant API overview

This document describes the tenant-facing API used by businesses to search offers, create orders, ticket, and manage webhooks.

Base URLs

  • Sandbox: https://sandbox.travelbase.ai
  • Live: https://live.travelbase.ai

Authentication

You can authenticate in one of two ways:
  1. Bearer token (dashboard / user session)
Authorization: Bearer <jwt>
  1. API key (server-to-server)
x-api-key: <api_key>
API keys are created/rotated from the dashboard Settings → API keys.

Rate limits

Default: 120 requests per minute per key (or per IP if unauthenticated).

Errors

Errors are JSON:
{ "error": "Message" }
Validation errors may include details with field-level info.