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 Looker via OAuth, you need:- Looker UI Hostname — the base URL of your Looker instance, used for the OAuth authorization redirect.
- Looker API Hostname — the API endpoint of your Looker instance (including port).
Prerequisites
- An active Looker account with admin access.
Instructions
Step 1: Finding your Looker UI hostname
Your UI hostname is the domain you use to access Looker in the browser, without thehttps:// prefix.
For example, if you access Looker at https://mycompany.looker.com, your UI hostname is mycompany.looker.com.
Step 2: Finding your Looker API hostname
The API hostname may differ from the UI hostname and typically includes a port number.- Log in to your Looker instance with admin access.
- Navigate to Admin > API.
- Check the API Host URL field.
- If a value is configured, use that value (without the
https://prefix) as your API hostname. - If the field is empty, your API hostname is typically your UI hostname on port
19999(e.g.,mycompany.looker.com:19999).
- If a value is configured, use that value (without the
Step 3: Enter credentials in the Connect UI
Once you have both hostnames:- Open the form where you need to authenticate with Looker.
- Enter your Looker UI Hostname (e.g.,
mycompany.looker.com). - Enter your Looker API Hostname (e.g.,
mycompany.looker.com:19999). - Submit the form, and you should be successfully authenticated.
