Authorization Bearer Token in API Header

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?

Try with Bearer uppercase first. And if that doesn’t work try Authorization as well, they could have mistyped that.

The headers from the global endpoint are there, you just can’t see them. When using the Looper controls it will merge the headers with the global endpoint headers. So in the case you are probably just overwritting the Global Endpoint header authorization.

Hope this helps!

image

authorization (all lowercase) as the name and Bearer {key] (capitalized first letter) as the value worked. Didn’t realize it was all case sensitive. Thanks!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.