Hi @David_Oziel,
I can see you’re using a “Basic Auth” key and have also added a Bearer token. These are two different authentication methods.
- You could either use the “Make an API Key Auth request” HTTP module, and let Make store your API key (you won’t then need to add headers at all),
OR - Use the “Make a request” HTTP module, and add your own Authorization headers. Make will then not ask you to create a connection.
I personally usually use the “Make a request” HTTP module, this gives me the most control over what gets sent to my APIs.
Regards, Terry.