Forgive me for the question, as it is likely a very simple answer that I am somehow overlooking, but I am stumped on how to properly insert an authorization Bearer Token into my Global API Header. I am entering “authorization” in the name field and then “bearer {key}” into the value, but it keeps returning a 401 error. Am I inserting the key incorrectly? Here’s a screeny:
Also, I’m curious why the header I inserted into the Global API isn’t appearing in my specific instances of the providers. Or are they there, but I just can’t see them, or do I have to put headers in every time?