Why can't I see my API when I try to Get Data from Exterrnal API?

I’m trying to List Messages Data from my Bubble API connector (connecting to OpenAI).
The API is set up as Action calls, I’ve initialized it. But it’s just not showing up in the dropdown when I try to Get Data from External API (see screenshot). Anyone know what is happening here?

Because A) Your api is not initialized or B) You have set action instead of data

All my APi calls are set up as action. Do I change them to data or add a data call?

This depend on what you are doing with call!
In most case GET should be data and POST PUT PATCH DELETE should be action. But each case is different.

Thank you!

1 Like