Skip to content

Reference

Airtable

Connect Airtable to Alter Vault for secure API access

Use Airtable credentials to make authenticated API calls through Alter Vault without exposing API keys in code.

PropertyValue
Provider IDairtable
CategoryProductivity
Credential TypeBearer Token

Log in to Airtable

Log in to Airtable at airtable.com.

Go to the Token Manager

Go to the Token Manager at airtable.com/create/tokens.

Create a new token

Click ‘Create new token’ and configure scopes and access.

Copy your token

Copy the generated personal access token.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Airtable

Go to Managed Secrets > Add Provider > Airtable.

Enter credentials

Paste your Personal Access Token into the credential field.

Save

Click Save. You’ll receive a grant_id to use with the SDK.

response = await alter_app.request(
HttpMethod.GET,
"https://api.airtable.com/v0/YOUR_BASE_ID/YOUR_TABLE_NAME",
grant_id="YOUR_GRANT_ID",
)

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
records/listreadGET/v0/{baseId}/{tableIdOrName}
records/getreadGET/v0/{baseId}/{tableIdOrName}/{recordId}
records/createwritePOST/v0/{baseId}/{tableIdOrName}
records/updatewritePATCH/v0/{baseId}/{tableIdOrName}/{recordId}
records/update_multiplewritePATCH/v0/{baseId}/{tableIdOrName}
records/replace_multiplewritePUT/v0/{baseId}/{tableIdOrName}
records/deletedeleteDELETE/v0/{baseId}/{tableIdOrName}/{recordId}
records/delete_multipledeleteDELETE/v0/{baseId}/{tableIdOrName}
comments/createwritePOST/v0/{baseId}/{tableIdOrName}/{recordId}/comments
comments/listreadGET/v0/{baseId}/{tableIdOrName}/{recordId}/comments
meta/whoamireadGET/v0/meta/whoami
meta/bases/listreadGET/v0/meta/bases
meta/bases/createwritePOST/v0/meta/bases
meta/tables/listreadGET/v0/meta/bases/{baseId}/tables
meta/tables/createwritePOST/v0/meta/bases/{baseId}/tables
meta/tables/updatewritePATCH/v0/meta/bases/{baseId}/tables/{tableIdOrName}
meta/fields/createwritePOST/v0/meta/bases/{baseId}/tables/{tableId}/fields
meta/fields/updatewritePATCH/v0/meta/bases/{baseId}/tables/{tableId}/fields/{columnId}
webhooks/listreadGET/v0/bases/{baseId}/webhooks
webhooks/createadminPOST/v0/bases/{baseId}/webhooks
webhooks/deleteadmin, deleteDELETE/v0/bases/{baseId}/webhooks/{webhookId}
webhooks/payloadsreadGET/v0/bases/{baseId}/webhooks/{webhookId}/payloads

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.