Skip to main content

Bubble.is + Airtable API

  • July 10, 2019
  • 2 replies
  • 16 views

Hey all,
I am all new to API and I have been looking to connect the Bubble.is API connector to our AT db. Been struggling a bit and haven’t found any documentation helping out a beginner like myself.
Thx in advance

2 replies

Forum|alt.badge.img+4

Airtable’s API allows you to issue create, read, update and delete operations into any base you have access to. It also dynamically modifies itself to match a given base’s schema. As you add and modify fields and tables, the API will automatically adjust to reflect those changes. The Airtable API removes the boilerplate, grunt work of building a CRUD interface to your database allowing you to rapidly prototype your applications and focus on aspects of your application that are more impactful for your given use-case.

To load the documentation for your specific base, go to https://airtable.com/api and select the base you want to use. The documentation will describe how to successfully complete CRUD operations into each table in your base.


Forum|alt.badge.img
  • New Participant
  • 1 reply
  • March 23, 2020

I always have an Authentification Error…