Skip to main content

Quickstart

API Endpoint

All Admin API operations use the following endpoint:

https://api.travelgate.com

Overview

Streamline your Travelgate experience with the Admin API. By providing centralized access to all organizational entities, it simplifies how you manage suppliers, clients, and accesses—ensuring your connectivity is both seamless and efficient.

Common Use Cases

  • List of Accesses: Obtain a complete list of accesses, a critical component for successful interaction with your Partners.
  • List of Suppliers: Access a basic directory of supplier codes, names, and status to support your operational checks.
  • List of Clients: Retrieve all your clients and identify which one is being used by your integrations.
  • API by Code: Retrieve API metadata, error catalog, and operation types using an API code filter.
  • List of Organizations: Retrieve organization codes, active status, and owner information.

Authentication

All Admin API calls require JWT (JSON Web Token) authentication. For details on obtaining and using your token, see the Admin API Authentication Guide.

Next Steps