Environments

1 minute read

ServiceChannel provides two environments: Sandbox2 and Production.

Sandbox2 Environment

Sandbox2, or simply SB2, is a fully functional environment created for trying and testing.

https://sb2api.servicechannel.com

Use Sandbox2 to explore our API or test your applications before deploying them to production. We also use this environment for all examples in our guides.

As Sandbox2 is a shared environment used by other developers, its data is constantly changing. You may get responses that differ from our code examples.

Sandbox2 is refreshed every weekend, so all changes you make during the week will disappear after the refresh.

Production Environment

Production environment is where applications happen in real life.

https://api.servicechannel.com

Production is an environment that contains real data and is designed for live integrations. Use this environment only for mature applications that are 100% ready to go live.

Note that new API methods are replicated from the Sandbox2 to Production environment with a slight delay. This means that even when a method is already available on Sandbox2, it may not be working on Production for some time.

We strongly recommend you to start in sandbox mode and move to the Production environment only when your application is fully tested and ready to go live.

Important: In the Production environment, if you create an object and immediately try to retrieve it, you may get 404 Not Found error. In this environment, read operations are performed from replica servers, while writes go to the primary server. Replication from the primary to replica servers takes up to 30 seconds depending on the system load.

Updated: