Documentation
iOS ReferenceAndroid Reference
  • Overview
  • Release Notes
    • 2019 Release Notes
  • Quick Start
    • Configuration settings
  • Getting Started
    • Environments
    • Domain Whitelist
  • Traveler
    • Overview
    • Mobile SDKs
      • Overview
      • Minimum Requirements
      • iOS
        • Installation
        • Getting Started
      • Android
        • Installation
        • Getting Started
      • Usage
        • Booking Item Search
          • Booking Item Search UI
        • Flight Search
        • Catalog
        • Catalog Item Details
        • Availabilities
        • Getting Passes
        • Booking Form
          • Questions
          • Answers
          • Validation
        • Creating an Order
        • Processing an Order
      • Errors
    • Traveler API
    • Payments
  • Partner
    • Overview
    • Partner API
  • Glossary
    • API Convention
      • Error Codes
      • API Rate Limiting
    • Terminology
  • Support
    • Contact
Powered by GitBook
On this page
  • 1) Obtain Keys
  • 2) Initialize SDKs
  • iOS SDK
  • Android SDK

Was this helpful?

Quick Start

The minimum, concise steps to get working with the Traveler SDK

Previous2019 Release NotesNextConfiguration settings

Last updated 6 years ago

Was this helpful?

1) Obtain Keys

To utilize any of the tooling outlined in this guide, one must obtain the Publishable, and Secret keys, as they authorize usage. To obtain these keys, visit the Management Console.

Publishable Key

This key can be included in client side source code, and is used to both uniquely identify, as well as authorize access to Guestlogix resources.

Secret Key

This key is NOT to be included in any client side source code. It is only to be sent to Guestlogix servers in a server-side pattern.

2) Initialize SDKs

With access keys in hand, you may now initialize the SDK of your choosing, for more see the desired getting started guide.

iOS SDK

Android SDK

Getting Started
Getting Started