Attio (Source)
Introduction
The Attio source connector lets you connect to the Attio API using an API token.
Status
This connector is currently in development. Authentication (credential validation) is implemented, but data extraction is not yet available.
Setup
Prerequisites
- An Attio account
- An Attio API token with access to your workspace
Create an API token in Attio
- In Attio, create or locate an API token (sometimes labeled as a personal access token).
- Copy the token value. You’ll paste it into the connector configuration.
Authentication
This connector authenticates using Bearer token authentication.
- Header:
Authorization: Bearer <api_token>
During setup, the connector validates credentials by calling the Attio API endpoint:
GET https://api.attio.com/v2/workspace_members
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Attio API token used to authenticate requests. |
Streams
No streams are currently available. The connector’s catalog is empty while extraction is still in development.