Help

Bubble.is + Airtable API

Topic Labels: API
3148 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Pierre_Tillemen
5 - Automation Enthusiast
5 - Automation Enthusiast

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 2
Giovanni_Briggs
6 - Interface Innovator
6 - Interface Innovator

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.

Alexandre_Rober
4 - Data Explorer
4 - Data Explorer

I always have an Authentification Error…