This guide shows you how to register your own app with Attio to obtain your OAuth credentials (client id & secret). These are required to let your users grant your app access to their Attio account.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.
Create an Attio Developer account
If you don’t already have one, sign up for an Attio Developer account.
Create a new app
- Log in to your Attio Developer account.
- From the left sidebar, click + New app and enter a unique name for your app.
Configure OAuth settings
- On your app’s settings page, open the OAuth tab.
- Toggle OAuth on, and add
https://api.nango.dev/oauth/callbackas your Redirect URIs. - Configure the appropriate scopes your integration needs.
- Copy your Client ID and Client Secret, you’ll need these when configuring your integration in Nango.
Publish your app
- Navigate to the App listing tab and complete all the required fields.
- Click the Publish app button in the top-right corner. Attio’s team will review your submission (typically within 48 hours). Once approved, your app will become Public and available to other users.
Next
Follow the Quickstart.
Attio’s API uses object-based endpoints where you specify the object type (e.g., people, companies) in the URL path.