# Connecting Limio to Zuora

{% stepper %}
{% step %}
**In Zuora**

Get an **Admin login** to the Zuora environment for Limio\
\&#xNAN;*Zuora recommends that you use OAuth to authenticate to the Zuora REST API. To authenticate using OAuth, you must first create an OAuth client for a user*\
([Zuora - Creating an OAuth client for a user](https://docs.zuora.com/en/zuora-platform/system-management/administrator-settings/manage-users/create-an-oauth-client-for-a-user))
{% endstep %}

{% step %}
**In Limio**

From release 107, go to **Settings > Integration** and click the Zuora button. Set the REST API endpoint, which will depend on the Zuora tenant you are connecting. Here are the most common ones:

* **Zuora API Sandboxes**
  * <https://rest.apisandbox.zuora.com>
  * <https://rest.sandbox.eu.zuora.com>
  * <https://rest.sandbox.na.zuora.com>
* **Zuora Developer Sandboxes**
  * <https://rest.test.zuora.com>
  * <https://rest.test.eu.zuora.com>
  * <https://rest.test.ap.zuora.com>

Populate the Client ID and Client Secret here. If you use Multi-Entity, select the correct Entity. Click Save.
{% endstep %}
{% endstepper %}

<figure><img src="/files/Fvo6oxvuxHZMa7oq4KOn" alt=""><figcaption></figcaption></figure>

| <p><strong>Legacy Versions:</strong><br>Applies to releases 106 and earlier.<br><br>Go to Limio <strong>Settings</strong> > <strong>Zuora</strong> > <strong>Zuora OAuth Client</strong> and put in the Client ID, Client Secret and correct endpoint, then click Save.<br><br>- <strong>Zuora API Sandboxes:</strong> <a href="https://rest.apisandbox.zuora.com/"><https://rest.apisandbox.zuora.com></a>, <a href="https://rest.sandbox.eu.zuora.com"><https://rest.sandbox.eu.zuora.com></a>, <a href="https://rest.sandbox.na.zuora.com"><https://rest.sandbox.na.zuora.com></a> or <a href="https://rest.test.zuora.com"><https://rest.test.zuora.com></a><br>- <strong>Zuora Developer Sandboxes:</strong> <a href="https://rest.test.zuora.com"><strong><https://rest.test.zuora.com></strong></a><strong>,</strong><br><a href="https://test.eu.zuora.com"><https://rest.test.eu.zuora.com></a><strong>, or</strong> <a href="https://test.ap.zuora.com"><https://rest.test.ap.zuora.com></a><br><br><img src="/files/6XrnzdTqIDgm9pdhe0Bt" alt=""><br><br><strong>Note:</strong> If you already have Zuora credentials in place and need to update them on Release 107 or above, please use Settings > Integration.</p> |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.limio.com/integrations/zuora-integration/getting-started/connecting-limio-to-zuora-for-commerce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
