How to use the Bubble.io Data API Endpoint

Поділитися
Вставка
  • Опубліковано 18 січ 2025

КОМЕНТАРІ • 27

  • @sergeyauts
    @sergeyauts 8 місяців тому +1

    Wow! Thanks for this tutorial! Clear and easy to understand explaination! You helped me a lot in my real project to share the bubble data with customers via API

  • @theadityapati
    @theadityapati 3 роки тому +5

    Absolutely enjoying these videos on Bubble! Started learning it last week and these have been really useful. Thanks a lot!

  • @tonykau3399
    @tonykau3399 2 роки тому

    Thanks! I was missing the "Bearer" prefix on the Authorization key, and seeing this example helped me get it to work!

  • @lucasyoutube1999
    @lucasyoutube1999 Рік тому

    excellent application ... can I use postman to do advanced searches in more than one table of my application at the same time?

  • @AnisArab-jm1bg
    @AnisArab-jm1bg 2 роки тому +2

    How about using other constraint than id in the get data request?

  • @ValentinKORSOUGNE
    @ValentinKORSOUGNE Рік тому

    Thanks for this great video ! I try to make the same with an additional image field. Impossible to have a succes. Do you have this case in head to solve the issue ?

  • @charitymonae5608
    @charitymonae5608 2 роки тому +1

    Can you manipulate data in your database using bubble interface?

  • @cody5304
    @cody5304 Рік тому

    can you link where the more info is on the filters mentioned toward the end?? can't seem to find anywhere thanks!!

  • @YayZ
    @YayZ Рік тому

    Great help! Thanks a lot. I've been trying to get phone contact list form the android native app to the web view via api.

  • @ronmartinez8781
    @ronmartinez8781 2 роки тому

    Nice. Appreciate your concision!

  • @recycle320
    @recycle320 Рік тому

    Yes you are the very best🎉😊

  • @NaumanJabbar-e9w
    @NaumanJabbar-e9w Рік тому

    how to get data by specific field ? for example i want to get record by product name ?

  • @elijahhaydes4075
    @elijahhaydes4075 3 роки тому +1

    Hi - great tutorial! Whilst using get data, is it possible to use something other than the Unique ID to search? Could I use products name etc?

  • @valiquliyev
    @valiquliyev 2 роки тому

    HI. Thank you!! Please help me with parameters. I need use constraint in GET request. But but I can't get anything

  • @Tateify
    @Tateify 2 роки тому +1

    Hi there, amazing video. Really helpful for a beginner like myself. Is it possible to fetch data from a MySQL database and upload it to the bubble data sets?

  • @tecnojv
    @tecnojv 3 роки тому

    Is it possible to test using the data api without being on a paid plan?

  • @jsebastianmunch
    @jsebastianmunch 3 роки тому

    Greatly helpful content as always!

  • @wagnerlcg
    @wagnerlcg 2 роки тому

    Hi! Please, how can I send JSON instead of form data?

  • @xiaonangu986
    @xiaonangu986 2 роки тому

    I got the following information after click 'post' on PostMan. Does it mean I need to pay to upgrade my plan on this bubble API?
    "This application does not expose an API. Please upgrade your Bubble subscription for your API calls to run."

    • @AntiCodeBerlin
      @AntiCodeBerlin  2 роки тому

      Did you expose the data api in your settings?

    • @gfonteles94
      @gfonteles94 2 роки тому +1

      @@AntiCodeBerlin I am having the exact same problem, it seems that the Free Plan's API does not work. If you go to Settings>>App Plan and select Free there is this message "● This plan does not let you use the API your application exposes."

  • @IsaacBG84
    @IsaacBG84 Рік тому

    Do you need pay version to use this? What if you have a webhook from a 3rd party you cannot edit it, it just send the json string with defined values, do i have to add those fields exaclty in the bubble database? or would it better to handle this on the backend workflow? The raw request from jotform webhook looks like this: {"slug":"submit\/231635164844061","q3_Name":"sd","preview":"true","validatedNewRequiredFieldIDs":"\"No validated required fields\"","path":"\/submit\/231639864844061"} the variable i want is q3_Name. By the way jotform doesnt ask me for any api token to send. i know i can do this wit zappier but i want it to be more directo with bubble.