Environment
When integrating with the Edge API, understanding the different environments available is crucial for smooth development and deployment. Edge provides two distinct environments—Sandbox and Production—each tailored for specific stages of your integration process. This guide will walk you through the purpose of each environment, how to use them effectively, and best practices for transitioning from testing to live operations.
Sandbox Environment
Production Environment
Transitioning from Sandbox to Production
Final Testing in Sandbox
Perform a final round of testing in the Sandbox to ensure all functionality works as intended.
Update Configuration
Modify your application’s configuration to point to the Production environment URL. Ensure that all authentication tokens and environment-specific settings are updated accordingly.
Perform a Controlled Launch
Consider rolling out your integration gradually in Production to monitor its performance and make adjustments as needed.
Ongoing Monitoring
After moving to Production, continue to monitor your integration closely, particularly in the early stages of deployment.
Important Considerations
Remember that API tokens are environment-specific. Ensure that you are using the correct tokens for each environment to avoid authentication errors.
Always store your tokens securely and follow best practices for API security, especially in the Production environment.
Keep in mind that data in the Sandbox is separate from Production. Actions in the Sandbox will not affect your live data or operations.
Was this page helpful?