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 the 1Password Users API, you will need:- API Domain - The regional API domain for your 1Password account
- Account ID - Your 1Password account ID
- Client ID - Your OAuth application client ID
- Client Secret - Your OAuth application client secret
Prerequisites
- A 1Password Business account with admin access
Instructions
Step 1: Find your API domain
Choose the domain that matches your 1Password account region:| Region | Domain |
|---|---|
| US | api.1password.com |
| Canada | api.1password.ca |
| Europe | api.1password.eu |
Step 2: Find your account ID
- Sign in to your 1Password account.
- Click on your profile, then select View your vault items.

- From your browser URL, your account ID is the 26-character alphanumeric string between
/app#/and/AllItems.
Step 3: Obtain your client credentials
- Sign in to your 1Password account.
- Select Integrations in the sidebar, and select Directory on the Integrations page.

- Select OAuth Application.
- Fill in the required fields:
- Application name: A name to identify this integration
- Redirect URL:
https://api.nango.dev/oauth/callback(not needed by nango but required by 1Password to complete the form) - Scopes: Select the permissions your integration needs

- Select Generate credentials. Copy your Client ID and Client Secret.
- Select Save in 1Password and choose a vault to store them.

Step 4: Enter credentials in the Connect UI
- Open the form where you need to authenticate with 1Password.
- Enter your API Domain, Account ID, Client ID, and Client Secret in their respective fields.
- Submit the form to connect your account.
