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

      Get Branches Location

      GET
      https://guestapi.roomability.io/Hotel/SearchList
      Last modified:2026-03-16 18:13:34
      Returns a list of all hotel branches or properties belonging to the authenticated partner account.
      Use this endpoint to populate a branch/property selector on your booking platform, allowing guests to choose which hotel location they want to book before proceeding with availability and reservation.

      Request

      Header Params

      Responses

      🟢200
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://guestapi.roomability.io/Hotel/SearchList' \
      --header 'X-API-Key: {{api-key}}' \
      --header 'Content-Type: application/json'
      Response Response Example
      {
          "items": [
              {
                  "code": "WOSAMARENAAGOIWOYEOGUNSTATENIGER",
                  "name": "WOSAM ARENA",
                  "address": "119, Awolowo Road",
                  "address2": "",
                  "city": "Ago Iwoye",
                  "state": "Lagos",
                  "country": "Nigeria"
              },
              {
                  "code": "IMPERIALBYWOSAMAPARTMENTSLAGOSNG",
                  "name": "IMPERIAL BY WOSAM APARTMENTS",
                  "address": "34, Oduduwa Way",
                  "address2": "",
                  "city": "Ikeja",
                  "state": "Lagos",
                  "country": "Nigeria"
              },
              {
                  "code": "IMPERIALBYWOSAMAPARTMENTSDAWAKIA",
                  "name": "Imperial By WosAm Apartments, Dawaki",
                  "address": "Building E3, Gora Street ",
                  "address2": "Jasmine Estates",
                  "city": "Dawaki",
                  "state": "FCT",
                  "country": "Nigeria"
              }
          ],
          "errorCode": 0,
          "errorMessage": "Successfully retrieved hotel search list."
      }
      Modified at 2026-03-16 18:13:34
      Previous
      Detail
      Next
      Phone Code List
      Built with