
Hello!
I am working on an App that uses an API key to access a Ticketing DB. However, if a user opens the app, it asks them for the key. Is it possible to store this key in the connector (swagger maybe?) so they don't need to enter it. I can NOT allow users to have this key.
EDIT: I am even willing to hardcode it in the app and pass it as a variable if possible.
(I know it works with flow, but I am trying to avoid using flow for this)
Hi!
I am having the same issue when trying to use a connector with an API-key. I would just like to fill it in once and than let it be used.