I have a (potentially strange) question: I want to write a script that captures an Asana dashboard as a PNG file. I can do the capturing etc quite easily, but the problem is the login process. Is there a way to use an access token to access the website?
Actually, this might be a moot point - I have just come across the “Export” in the API, which might do what I want anyway. The question still stands though…..
The Asana API is strictly for data access; it doesn’t have any relation to the web UI so, no, an access token won’t get you access to any UI-related Asana surface.