API Connector with HTTP Basic Auth

I have an API that I am working with to send messages and pull data and use the API Connector plugin to accomplish this.

The API requires HTTP Basic Auth,
HTTPBasicAuth(api_key, None)

When I enter in an individual API key in the API Connector, I am able to execute the API calls.

My issue is that each logged in user of my bubble app has their own API Key

What is the best way to setup the plugin so I can create the workflow that will execute properly with the current user’s api_key?

I have tried to use Authentication: Basic /Base64EncodedeKey/

It works fine on Postman, but not with Bubble :

"API Connector error: this header name is not correct undefined "

This topic was automatically closed after 70 days. New replies are no longer allowed.