🚀 Quickstart
Connect to Pendo with Nango using the OAuth2 client credentials flow and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Pendo (OAuth).The integration is pre-configured with the
read:me scope (the only scope Pendo currently exposes for client_credentials access). If Pendo provisions additional scopes for your subscription, you can add them in the Settings tab of the integration.Authorize Pendo
Go to Connections -> Add Test Connection -> Authorize, then enter your Pendo OAuth
client_id and client_secret. Later, you’ll let your users do the same directly from your app.Call the Pendo API
Make your first request to the Pendo API. Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
📚 Pendo (OAuth) Integration Guides
Nango-maintained guides for common use cases.- How to set up Pendo OAuth credentials
Obtain your Pendo OAuthclient_idandclient_secretand configure the required scopes
Pendo’s OAuth
client_credentials flow is currently an early-release capability and is not yet covered by public Pendo documentation. To enable it, contact your Pendo account team.