Hi there.
Straight up complete newbie at API's and connectors but I'm learning fast. I'm having difficulty creating a connector using an API Key. When I look in the Swagger Editor, I can see that the Authorisation in the header isn't formed correctly. When I view the Curl it's showing
- H 'Secret: {apikey}'
Where it should be showing
- H 'Authorization: Secret {apikey}'
Note : obviously for security I've replaced our actual api key with {apikey} above, this is just a place holder.
I've tested this out using Curl from my command line and when I adjust it so that that the header is "Authorisation: Secret {key}" it is connecting and returning the data as anticipated.
What do I need to adjust so that the header information is correct?
Thanks
Chris.