Zuora
Requirements
Client ID
OAuth 2.0 Client ID for Zuora API access.
Client Secret
OAuth 2.0 Client Secret for Zuora API access.
Base API URL
Zuora’s REST API endpoint (US, EU, etc.).
Teleskope securely obtains and manages Bearer tokens using OAuth 2.0 Client Credentials flow.
Integrating with Zuora
To enable the Zuora integration in Teleskope:
Navigate to Integrations in the Teleskope UI.
Select Zuora from the list of available third-party vendors.
Provide the required credentials:
Client ID (from Zuora OAuth setup)
Client Secret
Base API URL (e.g.
https://rest.apis.zuora.com
)
Click Save to activate the integration.
Once configured, Teleskope can automatically issue deletion and retrieval requests to Zuora for qualified data subject rights requests.
Supported Endpoints & Identifiers
Account
Contacts
Payment Methods
Subscriptions
Invoices
Usage
Zuora objects are always matched using the user’s email address (Contact.WorkEmail). Deletion and retrieval requests require providing this identifier.
Parameter Defaults
Teleskope’s Zuora integration enforces the following default behavior:
identifier type
Required. Always used to search Contacts to find AccountId.
OAuth2 Scope
client_credentials
Always used for authentication.
Refer to Zuora's REST API documentation for more.
Last updated
Was this helpful?