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

    INTRODUCTION

    OVERVIEW#

    Global BedBank Rates API#

    The Global BedBank Rates API provides hotel search, live rates, availability, and booking features across supported hotel suppliers.
    Agents can use the API to search hotels, compare rates, create prebooks, confirm bookings, manage existing bookings, and handle payment flows.
    All authenticated requests require an Agent API Key in the Authorization header.

    Endpoints#

    Auth - POST /auth/login, GET /me
    Search - GET /countries, GET /currencies, GET /hotels, POST /hotel-rates, POST /hotel-min-rates
    Bookings - POST /prebook, POST /confirm, GET /bookings, GET /bookings/{reference}, PUT /cancel, PUT /amend
    Payment - GET /prebook/{booking_id}/payment/{token}, GET /.../return
    Modified at 2026-06-02 22:08:00
    Next
    Getting Started
    Built with