Introduction
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 Sandbox & Production | Coming soon! |
If you do not have a Zuora tenant, go to https://www.zuora.com/resource/zuora-test-drive and sign up for a test drive.
Getting started with the Zuora SDK
You can interact with the API through HTTP requests from any language, through our official Java library or our official Node.js library.
To use the official Java library, add the following dependency to your project's POM file:
<dependency>
<groupId>com.zuora.sdk</groupId>
<artifactId>zuora-sdk-java</artifactId>
<version>$version</version>
</dependency>
Make sure to replace $version
with the latest Zuora API library version.
To install the official Node.js library, run the following command in your Node.js project directory:
npm install@zuora-sdk/node-js