Roomability Guest API
    Roomability Guest API
    • Introduction
    • Authentication
    • Errors
    • Booking Flow
    • Reservation
      • Add
        POST
      • Availability
        POST
      • Cancel
        POST
      • Booking Ref
        GET
    • Country
      • Get Countries List
        GET
    • State
      • Get State List
        GET
    • RoomType
      • Get Room Types
        GET
      • Get Room Detail
        GET
    • Guest
      • Detail
        GET
    • Term
      • Detail
        GET
    • Privacy
      • Detail
        GET
    • Payment Method
      • Active List
        GET
    • Paystack
      • Verify
        GET
      • Initialize
        POST
    • Hotel
      • Detail
        GET
      • Hotel Rule
        GET
    • PayGateway
      • Detail
    • CancelPolicy
      • Detail
    • Search List
      GET
    • Phone Code List
      GET

    Introduction

    The Roomability Guest API enables hotels, travel platforms, and third-party booking systems to interact with the Roomability reservation service.
    Using this API, developers can check room availability, retrieve room details, create reservations, cancel reservations, retrieve booking details, access guest information, and retrieve supported countries and states.

    Core Capabilities#

    The Roomability Guest API provides the following features:
    Check room availability for specific dates
    Retrieve room type details and pricing
    Create reservations
    Support Different Payment Methods Like Pay Now, Pay At Property And Pay At Hotel
    Retrieve booking information
    Cancel reservations
    Access guest details
    Retrieve supported countries and states
    These features allow developers to build complete hotel booking workflows inside web and mobile applications.

    Integration Use Cases#

    The API is designed for integration with:
    Hotel websites
    Mobile booking applications
    Property management systems (PMS)

    Data Format#

    All requests and responses are in JSON format.
    Modified at 2026-03-13 11:35:46
    Next
    Authentication
    Built with