Hi, I’m requesting data from an API that requires an apiKey
parameter as part of the query:
https://api.example.org/v1/?foo=bar&apiKey=<YOUR_API_KEY>
Is there any way I can store the api key in the Credentials library and use it in the httpRequest
node?
Hi @mattsches, the HTTP Request node only supports these authentication methods at the moment I am afraid:

So it’s not possible to add query parameters to an HTTP Request based on the selected credentials
. If you API doesn’t support the above authentication methods, you might want to raise a feature request for a query parameter credentials type.
Thanks @MutedJam, that’s what I suspected, but I was not sure.