Airtable · Arazzo Workflow

Airtable Verify Token Access

Version 1.0.0

Confirm the token's identity and scopes, then list the bases it can reach.

1 workflow 1 source API 1 provider
View Spec View on GitHub ApplicationCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows

Provider

airtable

Workflows

verify-token-access
Confirm token identity and scopes, then list accessible bases.
Resolves the current token's user ID and authorized scopes, then lists the bases the token has access to in order to verify its effective reach.
2 steps inputs: offset outputs: bases, scopes, userId
1
whoami
Resolve the identity and authorized scopes of the currently authenticated token to confirm it is valid.
2
listBases
List the bases the authenticated token can reach to verify its effective access.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Airtable Verify Token Access
  summary: Confirm the token's identity and scopes, then list the bases it can reach.
  description: >-
    Validates an Airtable access token by first resolving the authenticated
    user or service account identity and its authorized scopes, and then listing
    the bases the token can actually reach. Together these two steps confirm both
    the token's permissions and its concrete access. Every step spells out its
    request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: basesApi
  url: ../openapi/airtable-bases-api-openapi.yml
  type: openapi
workflows:
- workflowId: verify-token-access
  summary: Confirm token identity and scopes, then list accessible bases.
  description: >-
    Resolves the current token's user ID and authorized scopes, then lists the
    bases the token has access to in order to verify its effective reach.
  inputs:
    type: object
    properties:
      offset:
        type: string
        description: Optional pagination cursor from a previous listBases response.
  steps:
  - stepId: whoami
    description: >-
      Resolve the identity and authorized scopes of the currently authenticated
      token to confirm it is valid.
    operationId: whoami
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      userId: $response.body#/id
      scopes: $response.body#/scopes
  - stepId: listBases
    description: >-
      List the bases the authenticated token can reach to verify its effective
      access.
    operationId: listBases
    parameters:
    - name: offset
      in: query
      value: $inputs.offset
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      bases: $response.body#/bases
      offset: $response.body#/offset
  outputs:
    userId: $steps.whoami.outputs.userId
    scopes: $steps.whoami.outputs.scopes
    bases: $steps.listBases.outputs.bases

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/airtable-verify-token-access-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.