What kind of config do you want to pass?
If you want your app to access a client’s API key, I’d recommend implementing OAuth. It will allow your server to independently retrieve a user’s API key (instead of asking them to add it as an input field).
Let me know if that helps!
I need to pass api_key to access third-party API . is there any way except OAuth ?
You can implement an Authorization URL and ask for the API key on that page. This request would go directly to your server instead of via the apps framework servers.
Here’s some documentation about it: https://monday.com/developers/apps/integration-authorization/
Does that work?
This looks like correct way to set config. Thanks.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.