Need help with Authorization in API Call
Hello,
I'm currently working on a test REST API call using the "API Call" node. The challenge I'm facing is that my external API requires an Authorization header, specifically in the format 'apiKey: eaVCRghw0'. I've attempted various approaches to set this up in the "API Call" node, but none have been successful.
Here's the cURL command I'm trying to replicate:
Could someone please provide guidance on how to correctly configure the Authorization header in the "API Call" node?
Thanks!
I'm currently working on a test REST API call using the "API Call" node. The challenge I'm facing is that my external API requires an Authorization header, specifically in the format 'apiKey: eaVCRghw0'. I've attempted various approaches to set this up in the "API Call" node, but none have been successful.
Here's the cURL command I'm trying to replicate:
curl --location 'https://mytest.app/api' --header 'apiKey: eaVCRghw0'Could someone please provide guidance on how to correctly configure the Authorization header in the "API Call" node?
Thanks!
