Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
integrationId
string

Id of a connected Airtable user integration; its access token is resolved (and refreshed) server-side and never leaves the server.

accessToken
string

Airtable personal access token for direct API usage (never persisted by the server). Ignored when integrationId is provided.

Minimum string length: 1
airtableBaseId
string

When omitted the accessible Airtable bases are listed; when provided the base schema summary is returned.

Antwort

200 - application/json

Returns accessible bases or the schema summary of the requested base.

bases
object[]
base
object
Zuletzt geändert am 15. September 2026