401 Error: API key issues in Buildship
Hi there, I'm having major issues with my api key for my rest api call. I have my key under secrets and linked it to the authorization box in my api test node. I recieved a 401 error with a message saying my api key is missing. I've also tried entering in a new header specifically for my api key and it continues to fail. Any input is greatly appreciated. Thank you so much!
Solution
I figured it out! The Api-Key header needs to be in quotations due to the hyphen. In the header input, I ensured the manual input key box matched the header label (the quotations didn't seem to apply here) and the backend code reflected the changes.
