API Key with global access
Ervinne Sodusta
API keys are still apparently tied to the user that created it. This generates a problem to custom applications if lists are not shared to that user.
For example, trying to get a task with /api/v2/team/{self.workspace_id}/task will give you a
[{'err': 'You do not have access to this list', 'ECODE': 'ACCESS_078'}]
error message.Reminding users to always add the "Admin" account to their private lists doesn't sound like a sustainable solution as users can make mistakes and this may lead to inconsistent output in the custom apps that get data from the APIs
Log In
James Hogg
this is throughout the application that there is no administrator access making ClickUp fail for enterprise readiness. We have to get users to create a private key and share it with admin if we want to do any API integration for them. This makes key management a nightmare and also is confusing if there is an action performed as it is performed as the User and has no indictation it was performed by API Bot in the Activity Log.