Im not sure whether this is a bug or not, but im trying to set up a Call API action. The header is “Authorization: Bearer #API_Key#”
When i enter a custom value for the header as “Authorization: Bearer” followed by the API key as the value, i get this error:
Call API: TypeError: Authorization Bearer: is not a legal HTTP header name
I cant figure out any other way to set it up, but feel like i must be doing something wrong as “Authorization: Bearer” is commonly used for an authentication header…