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 Northbeam, you will need:- API Subdomain – Use
apifor production orapi-uatfor testing/development. - Data Client ID – A UUID that identifies you as the customer.
- API Key – A private key generated from the Northbeam Dashboard.
Prerequisites
- You must have a Northbeam account with access to the Settings page on the Dashboard.
Instructions
Step 1: Getting authentication credentials
Northbeam uses API keys to authenticate requests. To generate one:- Log in to your Northbeam Dashboard.
- Go to Settings -> API Keys -> Create new API Key.
- Copy the generated API key — store it securely as it will not be shown again.

Step 2: Choose your API subdomain
- Use
apito connect to the production endpoint (https://api.northbeam.io). - Use
api-uatto connect to the testing/development endpoint (https://api-uat.northbeam.io).
Step 3: Enter credentials in the Connect UI
Once you have your API subdomain, Data Client ID, and API key:- Open the form where you need to authenticate with Northbeam.
- Enter your API subdomain (e.g.
api) in the subdomain field. - Enter your Data Client ID (UUID) in the Data Client ID field.
- Enter your API key in the API key field.
- Submit the form, and you should be successfully authenticated.
