Hi, you can pass the key as parameter in the Authorization Header of the REST API call to create key for your BuildShip API and access it in the next variables.
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
I'm sorry. This is still not working as expected. I'm trying to pass a key or string in the header. But my header auth and outside testing keep coming up as an error
Cool, I looked at your workflow, and there is another workaround, we can also retreive the authorization header value directly without Get Authorization Node.
Also, as you have mentioned about learning more about the API specification in the support request, you can refer this - https://docs.buildship.com/basics/api-spec. It contains how to create authoirzation header and is use with example.
Thanks. I just got the authorization header to work in using Hoppscotch. I just couldn't test it directly in the app. (maybe a suggestion to have that in the test as you only have headers, query, body).