Hi Team,
I need to connect to an endpoint using an API Key.
When I use the following curl command, it works perfectly:
curl -H “Authorization: Basic ” \
However, when I try to use the HTTP Plugin by entering the in the URL and setting the headers as:
Authorization: Basic
I receive the following error message:
message":“Sorry, authentication failed. Invalid api key”,“api_error_code”:“api_authentication_failed”,“error_code”:“api_authentication_invalid_key”,“error_msg”:“Sorry, authentication failed. Invalid api key”,“http_status_code”:401}
What am I missing?
Thank you for your help!