Pacific Bedbank API Rates Doc
    • INTRODUCTION
    • Getting Started
    • Payments
    • Discover
    • Endpoints Overview
    • Webhooks
    • Authentication
      • Login
        POST
      • Me
        GET
    • Search
      • List Countries
        GET
      • List Currencies
        GET
      • List Hotels
        GET
      • Search Hotel Rates
        POST
      • Search Hotel Min Rates
        POST
    • Bookings
      • Create Prebook
        POST
      • Prebook Payment Page
        GET
      • Prebook Payment Return
        GET
      • Get Prebook
        GET
      • List Bookings
        GET
      • Confirm Booking
        POST
      • Cancel Booking
        PUT
      • Amend Guest Name
        PUT
      • Get Booking
        GET
    • Schemas
      • LoginResponse
      • LoginRequest
      • CountriesResponse
      • Country
      • CurrenciesResponse
      • Currency
      • HotelListResponse
      • HotelSummary
      • HotelEssential
      • RateEssential
      • RoomTypeEssential
      • SearchResponseEssential
      • SupplierWarning
      • HotelRatesRequest
      • OccupancyInput
      • WholesalerCurrency
      • HotelMinRate
      • HotelMinRatesResponse
      • HotelMinRatesRequest
      • CreditLineInfo
      • PaymentSdkInfo
      • PrebookResponse
      • PrebookRoomRate
      • TravellerInfo
      • PrebookRequest
      • TravellerInput
      • BookingListItem
      • BookingListResponse
      • ConfirmBookingResponse
      • ConfirmBookingRequest
      • GuestInput
      • HolderInput
      • CancelBookingResponse
      • AmendGuestResponse
      • AmendGuestRequest
      • BookingDetailResponse

    Endpoints Overview

    The API endpoints are categorized into three main sections: Authentication, Search, and Bookings.
    GBB Rates API
    │
    ├── Authentication
    │ ├── POST /api/v1/auth/login
    │ └── GET /api/v1/me
    │
    ├── Search
    │ ├── GET /api/v1/countries
    │ ├── GET /api/v1/currencies
    │ ├── GET /api/v1/hotels
    │ ├── POST /api/v1/hotel-rates
    │ └── POST /api/v1/hotel-min-rates
    │
    ├── Bookings
    │ ├── POST /api/v1/bookings/prebook
    │ ├── GET /api/v1/bookings/prebook/{prebook_id}
    │ ├── GET /api/v1/bookings
    │ ├── POST /api/v1/bookings/confirm
    │ ├── GET /api/v1/bookings/{reference}
    │ ├── PUT /api/v1/bookings/{reference}/cancel
    │ └── PUT /api/v1/bookings/{reference}/amend
    │
    └── Payment Pages
    ├── GET /api/v1/bookings/prebook/{booking_id}/payment/{token}
    └── GET /api/v1/bookings/prebook/{booking_id}/payment/{token}/return
    Modified at 2026-05-27 01:05:33
    Previous
    Discover
    Next
    Webhooks
    Built with