What are Environments?
An Environment is a distinct set of platform settings and data for different purposes.
The Karhoo platform maintains two separate environments for end-user purposes:
#Production
This is the live environment for real world use. All data is real, APIs are fully-functional and payments/charges will apply. The base URL for API calls to Production is:
rest.karhoo.com
For guest authentication mechanism
public-api.karhoo.com
Sandbox
There is also a Sandbox environment for developing and testing applications. Apart from payments, APIs are fully-functional and data is mocked. The base URL for API calls to the Sandbox is:
rest.sandbox.karhoo.com
For guest authentication mechanism
public-api.sandbox.karhoo.com
Bespoke environments are available for Partners with needs for greater flexibility and control of their integration projects. Contact Karhoo for details.
Updated over 3 years ago