Skip to main content

Onebox Environments

API Environments

Our API is available in two different environments, each with its own URL. These environments are:

  1. Test Environment (Pre-production)

    • URL: https://gateway-pre.oneboxtickets.net
    • Description: This environment is intended for testing and development. Here you can test your integrations without affecting real data. It is ideal to ensure everything works correctly before moving to production.
  2. Production Environment

    • URL: https://api.oneboxtds.com
    • Description: This is the live environment where production data is processed. Use this URL for all live operations and ensure you have validated your integrations in the pre-production environment before migrating.

Important Notes

  • Security: Make sure to handle credentials and authentication tokens securely and do not share them between environments. Check the authentication tutorial
  • Testing: Conduct thorough testing in the pre-production environment to avoid issues in the production environment.
  • Data Separation: Data in the pre-production environment is either dummy or test data, while data in the production environment is real and critical to business operations.