Forum Academy Marketplace Showcase Pricing Features

Capture Header Info (API KEY) from Public Workflow API

We have an exposed Workflow API that is secured via an API key. In order to manage and review usage we want to capture the API Key and possibly some other header information from the caller. It does not look like anything is exposed in the workflow to capture this. I have not found any plugins that address this either.

Any help would be appreciated.

Hi,

Did you find a solution ?

It’s possible when you use Detect request data but not if you manually create the parameters for the endpoint. When you select detect request data, you will have an option to detect headers too.

However, if you plan to let your user call your API, you should consider use the User Auth process instead of creating an API key for each of them:
https://manual.bubble.io/core-resources/api/introduction#authentication