Introduction to the Quickstart API

Zuora's Quickstart API represents a simplified programmatic experience with coverage for common eCommerce use cases only. Quickstart is NOT a replacement of the v1 API.

If you are starting new development, we recommend you use the v1 API for all your use cases. New features are only available in the v1 API. We no longer recommend Quickstart for new eCommerce development. We are not deprecating the Quickstart API and will continue to fix bugs, but we will not accept enhancement requests for the Quickstart API.

Base URL for the Quickstart API

All API requests occur in a test or production environment. For details on Zuora’s environments, see Zuora Data Centers in the Knowledge Center.

Each environment uses a different base URL. Select the appropriate base URL below that you need to use:

Environment Base URL
US Developer & Central Sandbox

Applicable for Test Drive and trial access

https://rest.test.zuora.com
US API Sandbox https://rest.sandbox.na.zuora.com (Cloud 1)
https://rest.apisandbox.zuora.com (Cloud 2)
US Production https://rest.na.zuora.com (Cloud 1)
https://rest.zuora.com (Cloud 2)
EU Developer & Central Sandbox https://rest.test.eu.zuora.com
EU API Sandbox https://rest.sandbox.eu.zuora.com
EU Production https://rest.eu.zuora.com
APAC Developer & Central Sandbox https://rest.test.ap.zuora.com
APAC Production https://rest.ap.zuora.com

You can interact with the API through HTTP requests or through our official client libraries (SDKs). See Libraries for more information.