Traveller's Choice Hotel API
  • 🚩Getting Started with Hotel API
  • πŸ•ΈοΈUnderstanding the API structure
  • πŸ”‘Authentication API
    • Access token
  • πŸ“šHotel Content API
    • Content API
      • Hotels Master
        • Hotels API
        • Hotel detail API
      • Location Master
        • countries
        • States
        • Cities
        • Areas
      • Types Master
        • Room Types Master
          • Room Types API
          • Room Types Detail API
        • Board Type Master
          • Board Types API
          • Board Types Detail API
        • Accommodation Type Master
          • Accommodation Types API
          • Accommodation Type Detail API
        • Chains Master
          • Chains API
          • Chain Detail API
        • Amenities Master
          • Amenities API
          • Amenity Detail API
        • Amenity Group Master
          • Amenity group API
          • Amenity Group Detail API
      • πŸ”„Sync Id
  • 🏨Hotel Booking API
    • Booking API
      • Availability APIs
        • MinRate Availability API
        • Availability API
      • Check Rate API
      • Booking APIs
        • Create a Booking - API
        • Booking Details API
        • Cancel Booking API
  • πŸ•΅οΈTest cases
    • Booking API
  • Webhook
  • Errors
    • Token Error
Powered by GitBook
On this page
  • Authentication API
  • Hotel Content API
  • Hotel Booking API

Understanding the API structure

Before initiating the API integration, it is essential to understand the structure of the API.

The TCTT hotel APIs are divided into three groups: Authentication API, Hotel Content API and Hotel Booking API.


Authentication API

The Authentication API manages authentication criteria and ensures security for all endpoints.


Hotel Content API

Hotel Content APIs will provide Static Information which will not change time to time. This refers to information not directly related to the booking process, such as Hotel portfolio, hotel pictures, location details, Hotel room types etc.


Hotel Booking API

This encompasses information related to the booking process that can change at any time, including prices, availability dates, cancellation policies, and fees. Using these APIs, you can easily search, book, and manage your Hotel bookings.

PreviousGetting Started with Hotel APINextAccess token

Last updated 7 months ago

πŸ•ΈοΈ