Environments
A Base URL is the root address for accessing an API, and different environments have distinct Base URLs and versions tailored to their specific roles:
The RC environment facilitates the development and testing of the API. It allows developers to validate new features and ensure compatibility with the current version.
Release Candidate (RC) / UAT
https://api.rc.saas.bolttech.asia/v4
https://api.rc.saas.bolttech.asia/v4.1
This environment is used for user acceptance testing (UAT) and final approval before the deployment to production. It provides a stable environment for stakeholders to verify the API's behavior and quality.
Production Europe
https://api-gateway.bolttech.eu/v4
https://api-gateway.bolttech.eu/v4.1
Production Asia
https://api.saas.bolttech.asia/v4
https://api.saas.bolttech.asia/v4.1
This is the live environment where production data is processed. It becomes active after the API is validated and ready for real use.