Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
To authenticate with BigChange, you will need:- Partner API Client ID and Client Secret — issued by BigChange to the integrator (set once per Nango integration).
- Customer ID — the numeric Customer ID for the BigChange tenant you are connecting (per Nango connection).
client_id and client_secret are configured at the Nango integration level, and each individual BigChange customer is identified by their numeric Customer ID, passed in the customer-id request header.
Prerequisites:
- Access to the BigChange Developer Portal with permission to create Partner API keys.
- The numeric Customer ID for each BigChange tenant you intend to connect.
Instructions:
Step 1: Generate your BigChange Partner API credentials
- Sign in to the BigChange Developer Portal.
- Navigate to API Key Management.
- Click Create new API Key, give it a descriptive name, and confirm. BigChange will issue a
client_idandclient_secret. - Copy both values. The
client_secretis shown only once. - In your Nango BigChange integration settings, paste the
client_idandclient_secretinto the Client ID and Client Secret fields. These are shared across every BigChange tenant you connect.
Step 2: Find your BigChange Customer ID
- Sign in to the BigChange Developer Portal.
- Navigate to API Key Management. The numeric Customer ID is shown in the page description, e.g.
5690.
Step 3: Enter credentials in the Connect UI
Once you have your BigChange Customer ID:- Open the form where you need to authenticate with BigChange.
- Enter your BigChange Customer ID in its respective field.
- Submit the form, and you should be successfully authenticated.