Attio
Attio is an AI-native customer relationship management (CRM) platform built on a flexible object/attribute/record data model. The Attio REST API (base https://api.attio.com/v2) exposes that data model programmatically - objects, records, attributes, lists, list entries, notes, tasks, comments, threads, workspace members, and webhooks - letting teams sync data, build workflows, and extend the CRM.
APIs
Attio Objects API
List, create, get, and update the objects (people, companies, deals, users, workspaces, and custom objects) that define the schema of an Attio workspace. Objects are the top-lev...
Attio Records API
Full lifecycle for records within any object - query (list with filter and sort), create, get, update (append or overwrite multiselect values), delete, and assert/upsert by a ma...
Attio Attributes API
Manage the attributes (typed fields) defined on an object or a list - list, create, get, and update attributes, plus manage the select options and statuses that power select-typ...
Attio Lists API
Create, list, get, and update lists - the collections that model a specific process (such as a sales pipeline) by referencing records from one or more objects and layering their...
Attio List Entries API
Manage the entries within a list - query (filter and sort), add a record as a new entry, get, update (append or overwrite multiselect values), delete, and assert/upsert an entry...
Attio Deals API
The Deals CRM surface, expressed through the standard records endpoints with the object set to `deals` - query, create, get, update, delete, and upsert deal records with value, ...
Attio Notes API
Create, list, get, and delete notes attached to records - free-form plaintext or Markdown content used to capture context and activity against a person, company, deal, or other ...
Attio Tasks API
Create, list, get, update, and delete tasks - actionable to-dos with a deadline, completion status, assignees, and links to the records they relate to.
Attio Comments and Threads API
Collaboration on records and list entries. List and get threads of comments, and create, get, and delete individual comments within a thread, record, or entry - the discussion l...
Attio Webhooks API
Create, list, get, update, and delete webhooks and their event subscriptions. Attio delivers HMAC-SHA256-signed HTTP POST callbacks to your target URL when records, list entries...
Attio Workspace Members API
List and get the workspace members - the human users that belong to an Attio workspace - used to resolve assignees, note authors, and access controls.
Attio Meta / Self API
Identify the current access token - the workspace it is linked to, the authorizing member, and the scopes and permissions it holds. Useful for token introspection and health che...