Travel Globus
Apply
v1 Β· /api/v1

Documentation

Everything to build on Travel Globus β€” from your first booking to webhooks and the full REST API.

Start here
Quickstart

Get your agency live in minutes.

Authentication

JWT, refresh tokens and 2FA/OTP.

Products & search

Aggregation, cheapest-result, hidden providers.

Wallet & payments

Top-ups, NET deduction, settlement.

Webhooks

Booking, payment and transfer events.

API reference

REST /api/v1 endpoints and schemas.

Quickstart

1
Apply & get approved

Submit your company documents; admin approves and provisions your domain.

2
Brand your panel

Set your logo, colors, mail and payment integrations.

3
Top up your wallet

Add balance via Stripe or approved bank transfer.

4
Search, book, send

Find the cheapest result, pay the NET, send a branded voucher.

example Β· search hotels
curl -X POST https://api.travelglobus.com/api/v1/search/hotels \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "destination": "Antalya, TR",
    "checkIn": "2026-06-12",
    "checkOut": "2026-06-19",
    "guests": 2
  }'
# β†’ returns the cheapest variant only (provider hidden)
Documentation Β· Travel Globus Β· Travel Globus