Skip to main content

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

  1. In Attio, create or locate an API token (sometimes labeled as a personal access token).
  2. 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

FieldTypeRequiredDescription
api_tokenstringYesAttio API token used to authenticate requests.

Streams

No streams are currently available. The connector’s catalog is empty while extraction is still in development.