API Environments
We provide two distinct environments to ensure a smooth development and deployment process. All development should start against the UAT environment.
UAT (User Acceptance Testing): This is a sandbox environment for all your development and testing needs. It mirrors the production environment but uses test data.
Base URL: https://api-uat.megsapp.com/api/v2
Production: This is the live environment. All requests made here are for real-world transactions.
Base URL: https://api.megsapp.com/api/v2
Updated 4 months ago
What’s Next