Skip to main content
Airtable
Airtable
24 actions · 2 auth methods
Documents

Authentication

Personal Access Token

Best for single-user integrations and scripts. Scoped tokens let you limit access to specific bases and actions.Guides: Connector Profile, Link Account

OAuth 2.0

Requires registering an OAuth app. Uses PKCE with granular scopes per base.Guides: Connector Profile, Link Account
Actions
|
24 actions
Action
Description
Required scopes
Get Current User
Retrieves the authenticated user’s ID and email address.
List Bases
Lists all bases the user has access to.
Create Base
Creates a new base in a workspace with tables and fields.
Get Base Schema
Retrieves the schema of tables in a base.
Create Table
Creates a new table in a base.
Update Table
Updates a table’s name or description.
Create Field
Creates a new field in a table.
Update Field
Updates a field’s name or description.
List Records
Lists records in a table with filtering and sorting options.
Get Record
Retrieves a single record by ID.
Create Records
Creates one or more records in a table.
Update Record
Updates a single record (partial update).
Replace Record
Replaces a record (destructive update clearing unspecified fields).
Update Multiple Records
Updates multiple records in a single request.
Delete Record
Deletes a single record from a table.
List Comments
Lists comments on a record.
Create Comment
Creates a comment on a record.
Update Comment
Updates an existing comment.
Delete Comment
Deletes a comment from a record.
List Webhooks
Lists all webhooks registered for a base.
Create Webhook
Creates a new webhook for a base.
Refresh Webhook
Refreshes a webhook to extend its expiration time.
Delete Webhook
Deletes a webhook from a base.
List Webhook Payloads
Lists payloads for a webhook.

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/airtable/filled/png

Connector Profile

Airtable - Personal Access Token
https://stackone-logos.com/api/airtable/filled/png

Connector Profile

Airtable - OAuth 2.0
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/airtable/filled/png

Link Account

Airtable - Personal Access Token
https://stackone-logos.com/api/airtable/filled/png

Link Account

Airtable - OAuth 2.0
4

Use Actions

Invoke actions using one of the methods below: