The APi I am trying to connect to requires a header “authorization” “basic xxxxxxx” (where “xxxx” is a generated token).
When I select basic authentcation it requires a user and password, selecting API key allows me to add the two fields that were used to generate the token needed in authorization header. Neither work.
How do I go about setting up an API connection that just uses an authorization header as indicated above?