Sandbox
Use Sandbox to build and validate your integration before go-live.- Purpose: Begin actual integration development
- Interface: API endpoints for programmatic access
- Authentication: Your own API credentials and JWT tokens
- Best for: Building your integration, testing with your own code
- Data: Simulated data in a production-like environment
Integration Path
- Start with Sandbox - Build and test your integration with API calls using your credentials
- Deploy to Production - Use production endpoints with production credentials
Sandbox uses simulated data. Nothing created in this environment will transfer to production.
Next Steps
- Ready to integrate or need API credentials? Start with the Sandbox to begin development