Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

API Token visual steps

Mary Alice Moore edited this page May 2, 2024 · 1 revision

These visual instructions will walk you through the API token creation process within Airtable. Click the arrow/black triangle above the step number to collapse the step when you've completed it to help you keep track of where you're at through this process.

Step 1: Navigate to https://airtable.com/account and click on "Go to developer hub"

Account page

Step 2: Once on the API key page, click "Create token" to go to the Personal access token page

API key page

Step 3: Once on the Personal access token page, click "Create token"

Personal access token page

Step 4: On the Personal access token / Create personal access token page, enter a useful token name such as To Do List Token in the Name field

Name your token

Step 5: On the same page, under Scopes click "+ Add a scope", select data.records:read, this will add it to the list. Click "+ Add a scope" again and select data.records:write

Add scopes

Step 6: On the same page, under Access click "+ Add a base", select your base (in this example the base was named To Do List, but you may have used a different name for your base)

Select your base

Step 7: On the same page, double check you have Name, Scopes, and Access accurate then click "Create token"

Double check and Create token

Step 8 (final step!): On the modal that pops up, copy your token. This is the only time you'll be able to copy your token so be sure you copy and paste it into your .env file. Be sure you've copied and pasted it accurately before closing the modal!

Copy and paste your token

Clone this wiki locally