Roomability Guest API
  1. Getting Started
  • 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
  1. Getting Started

Errors

Authentication Errors#

If a request is made with an invalid, expired, or missing API key, the API returns a standard error response with HTTP 200 and a non-zero errorCode:
{
    "errorCode": -1,
    "errorMessage": "Error May vary based on the server response or the attempted action."
}
Modified at 2026-03-16 17:59:14
Previous
Authentication
Next
Booking Flow
Built with