Please can someone put me out of my misery with this.
Is it possible to programmatically an external app authenticate with the Monday API without using a personal API token?
I wanted to build an app that is able to send data over the API, but I dont want to use personal API tokens as that makes the app dependant on an individual user account existing which is a single point of failure.
I tried to go down the route of creating an âappâ in within the developer screen in Monday.com, but even that seems to involve a user authenticating in the browser to complete the process, despite using a client secret.
Am I doing something wrong, or is it just not possible?