Using the Airtable API Wizard
Last updated
Last updated
The Airtable API Wizard automatically creates GET requests from an Airtable base to display data in your app.
💡 Copy this example Airtable and try it out! 👉https://airtable.com/shrko7bqkuohxXKrE/tbl6NJAP6CcsZxRz9/viwVBc9WAYwfFLZp5
1. In Data Library, click + New Collection
and select Airtable
.
2. Follow the onscreen instructions to find the share link of your Airtable base. Click Continue
.
a. Click on the top right "Share" button from your Airtable base.
b. On the "Share publicly" tab, click on "Enable shared base link (read-only)" to get the link.
c. Copy the link and go back to Bravo Studio, press Continue.
With Airtable open, click on your account in the upper right corner of the screen. Here you'll see a dropdown menu appear. Click the Developer hub option. Or if you are currently signed into Airtable, you can click here to access the developer hub.
Click Create token
from the Personal access token tab.
Set a Name
, for example: Bravo API key.
Click + Add a scope
and select data.records:read
and data.records:write
. Make sure both are selected.
Click + Add a base
and select All workspaces (you may select a specific base if you want).
Click Create token
. Make sure you verified your email first.
A new modal shows up: Your token has been created. Copy the token.
Go back to Bravo and paste the token in the Enter API Key field and click Complete
.
4. Wait for the Wizard to do its magic. Click Continue
once all the steps are green.
5. The Wizard creates two requests per table: one for the list page and one for the detail page. Therefore, there are 2 tables in my Airtable, but 4 requests have been created. All the data records from the requests are also selected.
The Advanced view takes you to the "Custom API" view, where you can configure the requests further (like adding parameters).
6. You are done! Go back to your Projects and start binding data to your apps 🚀