In my application I have created a little app on Heroku that sets a timer on topics for whoever is the owner when a customer replies to that topic. It works quite well.
The challenge I have however is I have to statically define the users API key which is not a good idea. I’ve tried looking at the username.json file, I’ve also looked through the API docs and the only thing close is generating a new API key which is going to be somewhat unrealistic to keep doing.
Is there any query or way that I can retrieve a users api key via the api? This would allow me to get the username of the owner and dynamically get their key to set the reminder. It is only because the timer api call doesn’t allow the passing of a username.