- Sandbox/Staging Environment: This is a test environment that you can use to build and test your integration without affecting your live data. The sandbox environment mirrors the functionality of the production environment.
- Production Environment: This is the live environment for your application. All API requests in this environment will affect your live data.
Base URLs
Here are the base URLs for each environment:| Environment | Base URL |
|---|---|
| Sandbox | https://sandbox.getgaana.com/api |
| Production | https://production.getgaana.com/api |
All the examples in this documentation use the Sandbox URL. When you are ready to go live, make sure to switch to the Production URL.