--- title: 'Zuora' description: '' --- # Zuora undefined | Detail | Value | |---|---| | Category | Finance | | Base URL | `https://rest.zuora.com` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `zuora` | ## Using Zuora in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Zuora** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_accounts_0) | Accounts | | [GET ](./get_subscriptions_1) | Subscriptions | | [GET ](./get_invoices_2) | Invoices | | [GET ](./get_payments_3) | Payments | | [GET ](./get_products_4) | Products | | [GET ](./get_usage_5) | Usage | | [GET ](./get_revenue_6) | Revenue | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.