Dynamically passing access token in header

I am working with an API that requires to pass an authorization token in the header of each call. The token expires every hour and gets refreshed with a refresh token. The newly refreshed token needs to be passed in the header with subsequent calls. Is there a way to make the token dynamic in the header so that it can be changed frequently. I am looking configure using custom token option in bubble api connector

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