Build Better Experiences

Start building quickly with documentation that makes integration and scalability seamless. With the Travel Connection API, you can build the customer experience that you want for your customers.

Introduction

To get the most out of your experience, register for an API now by contacting our customer support team. We will provide you access to our development Sandbox which is loaded with products that will enable you to develop your integration with Travel Connection quickly.

Data Model

API Reference

Our API Reference is freely available and is loaded with request and response examples to help you along your development journey.

Rate Limit

API requests are limited to 60 per minute. By following our recommended implementation process this amount of requests should be sufficient for all API users.

Implementation Guide

How you should structure your Integration:

  1. Update and store all static data once per day
  2. Use the product search endpoint to discover any new or updated product since the last time that you searched (run once per hour)
  3. Add any returned products to a queue
  4. Process the queue of products to load the product details and update your system’s products
  5. Every minute, call the inventory-status endpoint in bulk to get all the ticket categories and prices for all TC products
  6. Put the response on a queue
  7. Process the queue to update all the products in your system